Originally posted by teamdad
Is there a way programatically to keep someone from double clicking on a form and it maxamizing full screen? Just changing the property of the MaximizeBox to Fale does not work.

My problem is that I am working with a borderless form and can't set the BorderStyle = Fixed and not have the title bar at top at the same time.

Mucho thanks...
Hi,

I'm confused here.

1. Just double clicking on the form does NOT maximise it -
unless you have written that into the form's doubleclick
event.

2. Setting the maximise box property to false DOES work. It
makes the button unavailable.

3. The term "FullScreen" has an allocated meaning. It means the form taking up the entire screen - no minimise, maximise or exit buttons nor form name (in fact the entire form control box) being visible.

Please clarify.