Results 1 to 2 of 2

Thread: Reading keyboard input

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350

    Post

    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???

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    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
  •  



Click Here to Expand Forum to Full Width