| Author: Vishwanathan 06 Aug 2008 | Member Level: Gold | Rating: Points: 4 |
Hi Ganesh,
Its very Simple. Go to ur form Design. Click Form and View its properties. set false to minimize box and Maximize Box. so at run time both boxes won't visible. User can't resize ur form.
I hope It may solve ur issue.
With Regards,
Vishwanathan Perumal
|
| Author: Ganesh Kumar 06 Aug 2008 | Member Level: Bronze | Rating: Points: 4 |
Hi, Thanks for the response. Making the MinimizeBox and MaximizeBox of the form to false, wont solve my issue. My issue is, when u move the mouse to the border of the window form, it allow you to resize the form at runtime. I dont want this behaviour at runtime. can ayone help me? Thanks in advance.
Regards, Ganesh Kumar.
|
| Author: Ganesh Kumar 06 Aug 2008 | Member Level: Bronze | Rating: Points: 3 |
Hi, Yes. I found the answer. I changedthe "FormBorderStyle" property to "FixedSingle". It wont allow the user to resize the form at runtime. Thanks for all your help!
Regards, Ganesh
|