Dragging User Controls in Visual Studio 2005

G

Guest

In Visual Studio 2003, I could create a new user control such as panel1. The
name panel1 would appear in the toolbox under "My User Controls." I could
drag this panel1 from the toolbox onto another panel or dialog box. This
worked great.

In Visual Studio 2005, I can still create a new user control such as panel1.
The problem is I can't find a tab such as "My User Controls." Also, I can't
find a way to drag my new panel1 onto a dialog box.

How can I drag my new user controls like panel1 onto a dialog box?
 
M

Mick Doherty

I think that this is one of the issues that will be fixed with the updates
that'll appear shortly.
For now, just right click on the toolbox and select add/remove... then
browse to your projects bin directory and select the exe/dll file that
contains the control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top