Where do I find the "SendInput sample application"?

  • Thread starter Thread starter Benjamin Lukner
  • Start date Start date
B

Benjamin Lukner

Hi,

The SendInput API help on the INPUT structure
http://msdn.microsoft.com/library/en-us/wceui40/html/cerefINPUT.asp
has the following remark:
"This structure is used with the SendInput sample application."

But where do I find that sample application?
I couldn't find it on my hard disk and also not via Google...

Especially I'm looking for what to pay attention to when generating
cursor key strokes.

Kind regards,

Benjamin Lukner
 
Check out the OpenNETCF.Windows.Forms.SendKeys class. Use the one that's in
Vault (I just put it there).

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Sergey said:

Thanks a lot!

But the class is using keybd_event, not SendInput.
I'm using keybd_event the same way in my program.
My problem is that on a PPC2002 several programs don't receive UP, DOWN
and ENTER (e.g. Pocket Word). My .Net CF programs receive those
messages. The problem does not occur on PPC2003.

Another huge problem: How do I generate german umlauts (äöüß)? They're
not part of the VirtualKeys. And I was not successful in using
MapVirtualKey and ScanCodes...

Kind regards,

Benjamin Lukner
 
Back
Top