Subject: Resize Form
Posted By: quocanh Post Date: 10/12/2004 3:09:12 AM
Hi, Everybody.
I have some form written by VB.net of a Windows Application. I want to prevent user resize my form to a new size which is smaller than design size, but I don't know how  to solve. Please help me, as soon as possible.
Thanks a lot,

Quoc Anh


Reply By: pradeep_itguy Reply Date: 10/12/2004 12:20:07 PM
Change the following properties
 MaximizeBox = false;
 MinimizeBox = false;
 FormBorderStyle = FixedDialog or FixedSingle (Other than Sizeable)



It is not how much we do,
but how much love we put in the doing.

-Mother Theresa

Go to topic 20493

Return to index page 747
Return to index page 746
Return to index page 745
Return to index page 744
Return to index page 743
Return to index page 742
Return to index page 741
Return to index page 740
Return to index page 739
Return to index page 738