Hi
I need to send characters to a PC from a CE device using the RDP
Characters A-Z and 0-9 is working fine
But , ; : is not sent
keybd_event(&H39, 0, 0, 0)
'key down SENDING 9 OKkeybd_event(&H39, 0, 2, 0)
'key up
keybd_event(&H2C, 0, 0, 0)
'key down SENDING , NOT WORKINGkeybd_event(&H2C, 0, 2, 0)
'key upHeeelp

keybd_event() and RDP (Remote Desctop Protocol)
Julien Roger
Please refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 about platform related questions on CE.