Hiding the X button

Lyncroft

QPR for ever
Local time
Today, 23:39
Joined
May 18, 2002
Messages
168
Did a search on a thread for this and came up with making the form pop up and modal and works fine particularly as the code option was too complicated.

Just one thing, am I right that this also hides the taskbar at the bottom of the screen or have I done something wrong? Not a major problem as they can alt tab.
 
If the form is maximised it will hide everything as it will sit on top of all windows. If the taskbar has AutoHide enabled, when you mouse to the bottom of the screen it will pop up in front of the form.
Unless you change the border style to none, the form is moveable by dragging on the title bar, exposing the access x

If you want to hide the forms x, set the controlbox and No and the MinMax to no or set the Close Box to no to disable it.
 
Cheers Fizzio. I'll have a look at that.
 

Users who are viewing this thread

Back
Top Bottom