Where do I find the "SendInput sample application"?

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
 
C

Chris Tacke, eMVP

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
 
B

Benjamin Lukner

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
 

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

Top