How to design a Template form in VB so that I can inherit all objects into another forms
Printable View
How to design a Template form in VB so that I can inherit all objects into another forms
Hi,
Docs say that you should create your form and copy it to VB_INSTALLED_DIR\templates\forms.
Then it would be availabe as a template. Classes & modules can also be copied.
Ravi