Hi all,

I'm making an app that has 3 hidden text boxes (representing three
throws on a dart board).  My dartboard interface sends one keystroke
to the PC, so I need to find a way to, when one character is entered
into the first textbox, move to the next textbox.

Originally, I had a different interface that would send a series of
keystrokes, so I figured I could tab out of the box or something, but
I never got that far because the interface wound up not working.  This
new interface only sends one keystroke, so I more or less have to
"listen" for a keystroke and then react to it.

Any thoughts?

Thanks,
Gabe

Reply via email to