citrix は keybd_event をサポートしていますか? イベントを無視するという問題がありますか?
1840 次
2 に答える
0
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.
于 2010-01-12T17:04:06.437 に答える