|
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
|
|