|
-
August 13th, 1999, 02:47 PM
#1
Urgent
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?????
-
August 16th, 1999, 03:04 AM
#2
Re: Urgent
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|