Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
90 views

Autohide div error on right-click

Am using jquery to show a div on click and to hide it when you click anywhere else! But the problem is, the script also hides the div when you right click INSIDE the div. here is my jquery; ...
1
vote
2answers
2k views

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 ...
0
votes
2answers
2k views

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 ...