|
-
Jul 25th, 2004, 05:27 AM
#4
PowerPoster
Re: Maximize form
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.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|