What do you want to do - send a WM_LBUTTONDOWN message from your app to
simulate a screen tap, or determine when the screen is tapped in your
application?
If it's simulation you want you can use the mouse_event API - see here for
an example:-
http://www.peterfoot.net/EmulateScreenTaps.aspx
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://www.peterfoot.net |
http://www.opennetcf.org
"Julia" <(E-Mail Removed)> wrote in message
news:33CF844D-38DC-4B99-9E7B-(E-Mail Removed)...
> Hello
>
> I'm developping a C# application and I'd like to know where can I find
> example how to use: WM_LBUTTONDOWN within my application
>
> in the MSDN I found that the WM_LBUTTONDOWN is used when the user tap in
> the
> screen, how can I do that
>
> Thanks