How to programatically send a TAB keystroke in netcf

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-05-13T18:36:11Z Indexed on 2010/05/18 3:40 UTC
Read the original article Hit count: 374

Filed under:
|
|

I need to have my edit box work the same for both tab and the enter key.

I have found lots of problems doing this in the application. Is there some way that I can send a tab key to the form/edit box.

(Note that this has to be in the Compact Framework.)

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about .NET