August 13th, 1999, 02:47 PM
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?????
|
Click to See Complete Forum and Search --> : Urgent August 13th, 1999, 02:47 PM 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????? Chris Eastwood August 16th, 1999, 03:04 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |