Hey (Again), I'm trying to create an app that detects when a CD-ROM is inserted and plays an .avi file on the inserted disc (if one is present), I got that working all fine and dandy =) . The problem is this, when i minimize the app to the system tray, using

Code:
'-Minimize to systemtray code-
me.hide
the mciSendString doesn't respond if I insert a CD.

Anyone know of a way around this or some other solution??

/Patrick