|
-
Nov 14th, 1999, 01:59 AM
#1
Thread Starter
Hyperactive Member
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???
-
Nov 14th, 1999, 02:03 AM
#2
Fanatic Member
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).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|