Detecting Keyboard
-
Can any one tell me how can I detect keyboard whenever it is unplugged? Any hint !!!
-
Can any one tell me how can I detect keyboard whenever it is unplugged? Any hint !!!
Hardware changes cause the WM_DEVICECHANGE message to be sent - You might be notifed with that I guess... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/wm\_devicechange.asp
-
Hardware changes cause the WM_DEVICECHANGE message to be sent - You might be notifed with that I guess... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/wm\_devicechange.asp
Thanks for help. It works for Mouse but it doesn't work for Keyboard.
-
Thanks for help. It works for Mouse but it doesn't work for Keyboard.
Still didnt find the answer..Can any one help me!!!