Click to See Complete Forum and Search --> : How to develop a Template Form in VB


Chakradhar
May 27th, 1999, 03:43 AM
How to design a Template form in VB so that I can inherit all objects into another forms

Ravi Kiran
May 27th, 1999, 04:41 AM
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