From: Terry Olsen on 4 Mar 2010 18:13 I have an application that is hooking the keyboard and trapping the PAUSE/BREAK button to perform a function. I would like to activate that function from my VB .NET 3.5 app by simulating the keypress. However, using SendKeys("{BREAK}") doesn't activate it. The hooking app usually sits minimized in the system tray. I've even tried bringing it to the foreground before using SendKeys and still nothing. Is there a way to simulate a keystroke that will be trapped by a keyboard hook? *** Sent via Developersdex http://www.developersdex.com ***
|
Pages: 1 Prev: How do I determine IF string is number? Next: link button to an icon |