In Visual FoxPro, when creating a form you can set the Maximum design area to the size of the target screen where the form will be used like (800x600, 1024x768, 1152x882, etc.) that will show a white box with the preset size selected.
Is there a something like that in VS2008? if not, what would be the best way to create forms with a size targeted to specific screen resolution and then allow the end user to resize those form if they have a bigger resolution?
Thanks.
Trent if you don't mind, can you provide the steps to create such a template? I believe it may be like creating the base form class, but honestly I really don't know where to start in order to create a form template which is what I really need.
The bottom line is that you create the classes just as you would like them inside of VS and everything. Then you ultimately just create a ZIP package with a vstemplate file...and that is pretty much it. You will use the "$command$" items as replacement characters for replacing the class name, etc. If you don't get it going, then let me know.