CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Urgent

  1. #1
    Guest

    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?????


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured