Hello,
In our application we get the handle of the taskbar using Windows API and hide it using SW_HIDE.
Yet when the CD / DVD is inserted / ejected the taskbar is visible.
We tried to handle the WM_DEVICECHANGE windows message which is received when any device is inserted to the system and...