A
arcade2084
I am trying to detect when a CD is inserted from a windows service. I
have went through the route of creating a hiden window and trying to
use the WndProc to detect the event; although the window does not seem
to be recieving the events that I need. I have also tried registering
the WM_SHNOTIFY event with my specific window and still do not recieve
the event.
Is there another method for recieving the CD insert event from within
a winows service?
Thanks.
have went through the route of creating a hiden window and trying to
use the WndProc to detect the event; although the window does not seem
to be recieving the events that I need. I have also tried registering
the WM_SHNOTIFY event with my specific window and still do not recieve
the event.
Is there another method for recieving the CD insert event from within
a winows service?
Thanks.