Sep 1, 2004 #1 joxo1 Programmer Joined Aug 5, 2004 Messages 25 Location GB Hi, How can I fix the size of a form but still have the minimise button (not the maximize)? Cheers in advance
Hi, How can I fix the size of a form but still have the minimise button (not the maximize)? Cheers in advance
Sep 1, 2004 Thread starter #2 joxo1 Programmer Joined Aug 5, 2004 Messages 25 Location GB Please ignore me, i've worked it out. Upvote 0 Downvote
Sep 5, 2004 #3 ssj3gohan Programmer Joined Jun 2, 2003 Messages 34 Location AU how? i am having the same trouble thx Upvote 0 Downvote
Sep 5, 2004 #4 SonOfEmidec1100 Technical User Joined Aug 12, 2001 Messages 965 Location AU If the form is not an MDIForm in design mode set these form properties: BorderStyle to FixedSingle, MinButton to True and MaxButton to False Upvote 0 Downvote
If the form is not an MDIForm in design mode set these form properties: BorderStyle to FixedSingle, MinButton to True and MaxButton to False