How to Create Templates from Existing Forms
Posted on January 5, 2009
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 'Forms - How to Create Templates from Existing Forms Option Explicit 'If you have a form that you are using frequently in your projects, or a basic form 'that you want to be able to start new forms that's looking exactly like that, save 'that form to the C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms directory. '(If you installed Visual Basic on C Drive) 'The next time you will add new form to your project, you'll be able to choose that form as a template. 'Similarly, 'The same can be done for Modules, Classes, MDI Forms, Menus, Projects, etc. |
Related posts:
- How to create circular forms
- How to Arrange MDI child forms
- How to Disable all Forms till the Form is closed
- How to create fancy oval forms
- How to set a desired font globally on VB IDE. i.e., each and every time I should not change it.
- How To Use MDI Forms In Visual Basic 2008
- How to Make Controls and Forms with your own Custom Shape
- Are you Upgrading Visual Basic 6.0 Projects to Visual Basic .NET ? Here are the Best Practices
- How to Create a Form with “Don’t show this message again”
- How Do I: Print Forms