SendKeys

  • Thread starter Thread starter juefu2002
  • Start date Start date
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.
 
Back
Top