form size - no resize

G

Guest

Hi All,
I have an app where I change the size of the form at run time using controls
and I do not want the user to be able to resize the form, I have removed the
min and max buttons. I have tried to set the min and max size to what I want
but now the form will not resize when they should be, it looks like I could
change the min and max size everytime I want to resize the form but this
seems a little cumbersome - - any easy way of doing this??

thanks in advance,
Roger.
 
T

Tom Dacon

Set the form's FormBorderStyle property to one of the following:
Fixed3D
FixedDialog
FixedSingle
FixedToolWindow
None

None of these styles allow the user to resize the window.

Tom Dacon
Dacon Software Consulting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top