Hi,
You can invoke the function keybd_event or PostKeybdMessage.
BR
Fabien Decret
Windows Embedded Consultant
ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/
On 5 mar, 10:04, RH <R...@discussions.microsoft.com> wrote:
> Hi All,
>
> I am developing an application using C#. The task that I would like to
> perform can be achieved by using the SendKeys class. I had a read about the
> SendKeys.Send method. It said that Windows CE was a supported OS but the API
> didn't have the PDA icon. So it seems that SendKeys.Send() is not available
> to .NET CF. Is there anything beside the OpenNETCF Smart Device Framework
> that I can use to do this task using the .NET CF and Windows Embedded CE 6.0?
>
> Thanks,