PDA

Click to See Complete Forum and Search --> : Reading keyboard input


Jhd.Honza
Nov 14th, 1999, 12:59 AM
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???

QWERTY
Nov 14th, 1999, 01:03 AM
Maybe this will help: Post 008342 (http://www.vb-world.net/ubb/Forum1/HTML/008342.html) 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).]