SendKeys

  • Thread starter Thread starter juefu2002
  • Start date Start date
J

juefu2002

Is there something similar like the SendKeys class within
the Compact Framework?
 
Nothing that I'm aware of *within .NET CF*, but you should be able to
P/Invoke to keybd_event() and/or PostKeybdMessage() in the WinCE API to send
keys.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top