Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent form resizing?
Message
 
To
26/10/2001 12:31:07
Charlie Hancock
California Dept of Public Health
Richmond, California, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00573741
Message ID:
00574382
Views:
21
Another Way:

Add property nBorderStyle to your base Form subclass. Set nBorderStyle to 2 . In the Init event of the base form add the line This.BorderStyle = This.nBorderStyle.

Setting the Borderstyle to 2-Fixed Dialog does not allow resizing of the form and no double arrow.

You could do something similar with Moveable as well.
Previous
Reply
Map
View

Click here to load this message in the networking platform