PDA

View Full Version : Get Windows message



^NyAw^
4th April 2008, 17:27
Hi,

I want to know if it's possible to make my Qt4 application to recive windows messages. What I need is to recive "WM_DEVICE_CHANGE" message that is posted when a USB drive is inserted.

Thanks,

aamer4yu
4th April 2008, 18:44
You can catch windows events by QWidget::winEvent

Hope this helps :)

^NyAw^
7th April 2008, 10:28
Hi,

Sorry for delay on my reply.

Thanks,