Dear Greats,
We are writting one application that should detect the presence of USB
keyboard and change its GUI accordingly. My application is an MFC
Dialog based application. OS is Windows CE 5.0 with USBHID support.
I tried to capture the WM_DEVICECHANGE notification message from my
application. If I connect / remove this message is not received by my
application. I saw some Notification registration for USB device
attach/detach. Will this work for the keyboard as well.
My other idea is, we can broadcast a attach message in the USB driver
Init and broadcast a detach message in the USB driver DeInit.
Greats, kindly advice me on what approach can I proceed.
avkumar