Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You will just want to set the minimum size of your base dialog to whatever size you want to develop for. This way you cannot make it smaller than that size. However, you can leave the MaximumSize alone so that the dialog can be scaled to whatever size. We created custom templates for our dialogs so that when we create them, they are already the correct size to develop on. It actually is better in the long run than VFP...that feature generally caused me more problems than do me favors. In any case, this is the approach we take.
|