Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple form question: which property for resizable?

Status
Not open for further replies.

tristero

Programmer
Jan 24, 2003
95
0
0
US
Which property determines whether or not the user can resize the form?

like grid.resizable = .F. but for the entire form window.

Dan Trenz
Ann Arbor, MI
 
aha!

thanks, i knew i had used it before, i couldn't remember for the life of me.


wierd, i think it would be much more intuitive if it was simply
Code:
thisform.sizable = .F.

but oh well.


thank a lot.

Dan Trenz
Ann Arbor, MI
 
Dan,

wierd, i think it would be much more intuitive if it was simply thisform.sizable = .F.

Well, if you have a base class form you could make a custom .Sizable property with an assign method that changes the value of .Borderstyle. This would give you exactly the behavior you want and be much more intuitive.

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top