lhuang5
11 years agoOccasional Contributor
How to simulate Left Ctrl key pressed?
Hello, We need to keep Ctrl and Left-Ctrl key pressed in our application in order to open two dialogs which are using different technology. Use this way for Ctrl key pressed Sys.Desk...
- 11 years agoHi Liping,
I believe that LLPlayer object (see TC help) with Win32API.VK_LCONTROL and Win32API.VK_RCONTROL constants should work for you.