Hi,

im using SendInput to simulate key strokes to pass data to a thrid party
application. This works fine e.g. with the Internet Explorer and a Webbased
application there. But if I try to pass data to the Terminal Server Client,
it also works, but SHIFT presses and releases don#t show any effect. I never
get capital letters. It works with IE.

I issue the followong INPUT packets to Display charater with virtual key
code VKey.

SHIFT pressed
VKey pressed
VKey released
SHIFT released

Any Idea?

Best regards

Thomas

RE: Problem with SendInput and Terminal Server Client by dleising

dleising
Tue Dec 09 12:09:14 CST 2003

Try turning off keyboard hook (KeyboardHookMode) in the RDP client. This
should ensure that all keystrokes come to the window process in order.

Dan Leising
Program Manager, Windows CE
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.