liz08
Active Member
- Joined
- Oct 9, 2017
- Messages
- 21
- Thread Author
- #1
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 called the windows API to hide the taskbar during this usecase.
Yet the issue is now sporadic. At times the taskbar remains hidden and at times it is unlocked and visible.
Can you please let me know what else windows message is required to be handled when CD/DVD is inserted/ejected.
Thank u.
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 called the windows API to hide the taskbar during this usecase.
Yet the issue is now sporadic. At times the taskbar remains hidden and at times it is unlocked and visible.
Can you please let me know what else windows message is required to be handled when CD/DVD is inserted/ejected.
Thank u.