auto-hide

Auto-Hide taskbar not appearing when my application is maximized

My application draws all its own window borders and decorations. It works fine with Windows taskbars that are set to auto-hide, except when my application window is maximized. The taskbar won't "roll up". It will behave normally if I have the application not maximized, even when sized all the way to the bottom of the screen. It even w...

How to toggle/switch Windows taskbar from "show" to "auto-hide" (and vice-versa) ?

Basically I want to make simple toggle program (that will be mapped to some keyboard shortcut) that set taskbar to auto-hide mode if in normal mode (and conversely, to normal show mode if in auto-hide). Do You know how to implement it in C#? (or Win32 C++, but anything that will actually do it is fine.) Thanks. Hope I've made myself cl...