Hi, folks --
There is one old question, which I can't solve up to now.
Problem is following.
I want to have full-screen mode (to overwrite any taskbars).
It's easy, if to set HWND_TOPMOST.
But there are many disadvantures in this approach (in this case it's necessary to take off own window, when user switches to another app).
If after overwriting taskbar to return NOTOPMOST, further depends of OS and under some OSes (Win95, Win2000), taskbar is able to cover a window again.
Does anybody know, how TaskBar decides to overwrite HWND_NOTOPMOST window or not ?
There is one old question, which I can't solve up to now.
Problem is following.
I want to have full-screen mode (to overwrite any taskbars).
It's easy, if to set HWND_TOPMOST.
But there are many disadvantures in this approach (in this case it's necessary to take off own window, when user switches to another app).
If after overwriting taskbar to return NOTOPMOST, further depends of OS and under some OSes (Win95, Win2000), taskbar is able to cover a window again.
Does anybody know, how TaskBar decides to overwrite HWND_NOTOPMOST window or not ?
Comment