SendKeys in Compact framework

  • Thread starter Thread starter Dubbi
  • Start date Start date
D

Dubbi

Hi, i was reading some post ago, that in CF it´s possible to simulate los
taps...Can any give me any sample about this ?

Thanks a lot!
 
Not in CF, but OpenNETCF has an implementation
OpenNETCF.Windows.Forms.SendKeys behaves like
System.Windows.Forms.SendKeys class.

http://www.opennetcf.org/sdf/

You may also need to take a look at these
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=627112&SiteID=1

http://www.egilh.com/blog/archive/2006/04/15/2614.aspx

Better use word "SendKeys" and do a google compact framework
group search
http://groups.google.com/advanced_group_search
you will get lots of threads discussed the same topic and few will
really help you.


Hope this helps,
Cheers,
Arun.
 
Back
Top