views:

126

answers:

2

Is citrix supporting keybd_event, I have a problem that it ignores events ?

A: 
Mark3308
A: 

Citrix thin clients uses the scancode param of keybd_event even when MS says it is unused and should be 0. You need to supply the physical scancode aswell for the citrix client to get it. Citrix client also has major problem with keyboard input generated with the SendInput API.

Rob