Results 1 to 4 of 4

Thread: How do I keep tools in my toolbox??

  1. #1
    Guest

    Question

    I am always adding things to my toolbox, like richtextbox's and Internet Transfer controls, and such...

    But every time I reopen VB, they are gone. Now, is there a way I can keep them in the toolbox everytime I restart a new project???

    This is probably a simple checkbox to click, but I can't find it.

  2. #2
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334

    Smile Newbie

    No...There are a basic set of tools that are available from the off with a Standard Exe project. In VB professional/enterprise there is another project type called VB professional.

    As you develop your application you can add componentry to the toolbox eg the common dialogue box (can you tell I'm British?). When you save your project these facts are recorded in the .vbp file.

    Every component added adds an extra chunk of code to the final compiled exe - also the control and library needs to be added to the setup package (over 300k).
    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



  3. #3
    New Member
    Join Date
    Apr 2001
    Location
    Germany
    Posts
    3

    Unhappy

    I was actually going to post the same question...

    Im used to train some at work with the VB from Excel (older version) and there its possible to simply export
    your toolbox from the context-menu and I tried for some hours to figure out how to get my user-defined toolbox to appear the same for every project but with no luck.

    So gravyboy says its not possible? hm...understandable but still frustrating but a suggestion:


    Start a new project, setup your toolbar like you want it and save the project.
    Now, instead of opening a new project the usual way, load that old Project (e.g.MyOwnToolbox) and
    just save instantly under the new projectname you want...think that should work although annoying.


    Hope its an idea that helps.

  4. #4
    Lively Member FirstKnight's Avatar
    Join Date
    Jul 1999
    Location
    Johannesburg, South Africa
    Posts
    95
    The toolbox is actually a set of components linked to the current project. That is why you have to start all over again each time you start a new project.
    It actually makes sense, coz you don't want to link components to your app, that you don't use.
    Today is yesterday's tomorrow

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