Using Windows keyboard api? [modified]
-
Hi friends, How can I use Windows keyboard api to press some keyboar keys without using keyboard? I want to press some of keyboard keys by clicking button? If you give sample code or link, I will be very glad? Best Regard Thanks
modified on Monday, August 25, 2008 9:26 AM
-
Hi friends, How can I use Windows keyboard api to press some keyboar keys without using keyboard? I want to press some of keyboard keys by clicking button? If you give sample code or link, I will be very glad? Best Regard Thanks
modified on Monday, August 25, 2008 9:26 AM
-
use this link http://www.codeproject.com/KB/system/CSLLKeyboard.aspx[^]
Cheers!! Brij
Thanks,
-
Hi friends, How can I use Windows keyboard api to press some keyboar keys without using keyboard? I want to press some of keyboard keys by clicking button? If you give sample code or link, I will be very glad? Best Regard Thanks
modified on Monday, August 25, 2008 9:26 AM
Check out the Win32 SendInput()[^] function. I wrote an article[^] that demos how to use it for spoofing mouse clicks--keyboard input would be similar.
“Time and space can be a bitch.” –Gushie, Quantum Leap {o,o}.oO( Looking for a great RSS reader? Try FeedBeast! ) |)””’) Built with home-grown CodeProject components! -”-”-
-
Check out the Win32 SendInput()[^] function. I wrote an article[^] that demos how to use it for spoofing mouse clicks--keyboard input would be similar.
“Time and space can be a bitch.” –Gushie, Quantum Leap {o,o}.oO( Looking for a great RSS reader? Try FeedBeast! ) |)””’) Built with home-grown CodeProject components! -”-”-
Thanks