How do you create a default project in VB 6.0? Ie, so when you open an instance of VB, all of the references and components you need are already available?????
Printable View
How do you create a default project in VB 6.0? Ie, so when you open an instance of VB, all of the references and components you need are already available?????
Firstly, create your template project with the relevant components/references already setup.
Next, take a look at the 'Tools->Options' dialog, and go to the 'Environment' tab - this shows where the 'Templates' directory is located on your machine.
Now save your project in the Templates/Projects directory - the next time you want to create a project, the template should be available to you.
This also works with forms/classes/user controls etc.
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb