PDA

Click to See Complete Forum and Search --> : how to check for input withought blocking??


spike232
Nov 16th, 2002, 12:21 PM
how can u check to see if there is anything in the keyboard buffer before u do a read on it which would block the program till something is enterd??

Scott Penner
Nov 19th, 2002, 12:59 PM
I think there is a preview keys event method under winforms anyway. You can just respond to this event.