Using System32 Dll for sending keyboard keys?
-
Hi, How can I send two keyboard keys at the same time by using System32? I can send consecutively but I need at the same time. For example Ctrl+c Ctrl must be keydown, C must be keyup.(key combination for copy) Best Regards
-
Hi, How can I send two keyboard keys at the same time by using System32? I can send consecutively but I need at the same time. For example Ctrl+c Ctrl must be keydown, C must be keyup.(key combination for copy) Best Regards
-
And
SendKeys
did not work how for you?xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)No, it didn't solve my problem. I tried.
-
No, it didn't solve my problem. I tried.
-
What didnt work?
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)Keyboard api works always although the form is inactive. SendKey method is not working on Button Click. I need system32.
-
Keyboard api works always although the form is inactive. SendKey method is not working on Button Click. I need system32.
-
Hi, How can I send two keyboard keys at the same time by using System32? I can send consecutively but I need at the same time. For example Ctrl+c Ctrl must be keydown, C must be keyup.(key combination for copy) Best Regards
You have two choices I think. 1. SendKeys CP Article here[^] 2. SendMessage from user32.dll PInvoke.net[^]
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)