Hi!
I need to read if any key is pressed (without form). In old QuickBasic, I have to write this:
start:
do
doevents
loop until INKEY$ <> ""
print #1,inkey$
goto start
inkey$ isn't avaible in VBasic. Then how???
Printable View
Hi!
I need to read if any key is pressed (without form). In old QuickBasic, I have to write this:
start:
do
doevents
loop until INKEY$ <> ""
print #1,inkey$
goto start
inkey$ isn't avaible in VBasic. Then how???
Maybe this will help: Post 008342 by Aaron Young
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
[This message has been edited by QWERTY (edited 11-14-1999).]