I have a component (class library) project in vb.net.
I added a new project to the solution and added a reference to the component.
Now, I want to be able to add that component onto a form so that it will appear in the panel beneath the form. Just like when you add a ado.net connection control.
How do I do that????? I thought it would appear in the toolbox but it doesn't.