How to pervent Resizing of Application Window?

R

Raj

I hope this is the correct group for this question.
Is there a way to stop a user from being able to resize the Application
window? I have my main form maxamized in the application. I do not want the
user to be able to change size of the application once it is open.
 
F

Frank Stone

hi,
yes there is. in design mode call up the forms property
box.
change the border style to thin or none.(not sizable)
regards
Frank
-----Original Message-----
I hope this is the correct group for this question.
Is there a way to stop a user from being able to resize the Application
window? I have my main form maxamized in the
application. I do not want the
 
R

Raj

Frank,
Thank you, but I am trying to find out how to do the application window
instead of the form.
 
Top