Link to home
Start Free TrialLog in
Avatar of redbaron082997
redbaron082997

asked on

Read Keyboard without Event?

I am trying to read a card data in my program. I am using the forms keypress event, and trapping properly. I get the data that I am after, but it is very slow. Is there a way to get keyboard data directly and not waiting for an event?
 
ASKER CERTIFIED SOLUTION
Avatar of Jagar
Jagar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of redbaron082997
redbaron082997

ASKER

Does anyone have a workaround? Maybe API? I can't believe that the keyboard is that locked out to only be read from an event. Is there an event that functions quicker?