Adding controls to my toolbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Justin

    Adding controls to my toolbox

    I am having trouble adding some of my existing controls to my toolbox
    in VS.NET. Here's what is going on:

    1). I have an existing project that is a Windows Control Library with
    a bunch of controls.

    2). I start a new solution and create an Application
    3). I add the existing project with my controls to the solution, then
    create the reference.

    4). I cannot get my tools that are in the project I added. I cannot
    see them in the Form Designer toolbox, but I am able to declare them
    in the code.

    5). If I add a new control to the control library project, only the
    one I added inside this solution appears in the toolbox.

    How do I get all my controls to show up in the toolbox? I don't want
    to add the compiled DLL because I still might make changes to the
    control library.

    Thanks!
Working...