Displaying Cursor during program execution 
Author Message
 Displaying Cursor during program execution

I notice in QuickBASIC 4.5 while the program is executing the cursor is
only shown during INPUT statements, etc.  Is there a way to make it show
otherwise?  I seem to remember in my brief encounter with ANSI C it
would alway be displayed.  Thanks.

Sent via Deja.com
http://www.*-*-*.com/



Mon, 28 Jul 2003 08:46:47 GMT  
 Displaying Cursor during program execution

Hello ForOneDollar,

Quote:
> I notice in QuickBASIC 4.5 while the program is executing the cursor is
> only shown during INPUT statements, etc.  Is there a way to make it show
> otherwise?  I seem to remember in my brief encounter with ANSI C it
> would alway be displayed.  Thanks.

I have not used QuickBASIC 4.5 myself, but in his little brother QBasic the command "LOCATE X, Y"can be extended by a flag that
turns the Cursor On or Off.

   LOCATE X, Y, Cursor On/Off

   Cursor On/Off equals 0 or 1

Regards,
  Rudy Wieser



Mon, 28 Jul 2003 16:30:28 GMT  
 Displaying Cursor during program execution


Quote:

>> I notice in QuickBASIC 4.5 while the program is executing the cursor is
>> only shown during INPUT statements, etc.  Is there a way to make it show
>> otherwise?
>I have not used QuickBASIC 4.5 myself, but in his little brother QBasic the
>command "LOCATE X, Y"can be extended by a flag that
>turns the Cursor On or Off.

>   LOCATE X, Y, Cursor On/Off

>   Cursor On/Off equals 0 or 1

>Regards,
>  Rudy Wieser

Don't think this is what is required.
After all, the cursor is there for some operations, and isn't turned
off.
I too would like to be able to see the cursor on screen and move it
whilst the prog. is running.
Have asked in another NG before without success.
So, if anyone can help.....

Cheers

--
Wilf
                 Who remembers "PRESS PLAY ON TAPE #1"



Wed, 06 Aug 2003 03:25:55 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Form during program execution

2. Form during program execution

3. current time of execution during this execution.

4. current time of execution during this execution

5. Break point issued during execution

6. Changing Mouse Pointer during execution of a lengthy procedure activated by a CommandButton

7. Populating a list box during execution?

8. Error 3525: Illegal reentrancy during query execution - VB3/Access1.1

9. resizing a form when a control resizes during execution

10. get Line number code during execution

11. PIF files and errors during execution

12. StatusBar time not updating during execution

 

 
Powered by phpBB® Forum Software