custom controls

  • Thread starter dragonslayer008
  • Start date
D

dragonslayer008

Hello,

When I add a custom control to the toolbox (via "Choose Item"), I
navigate to the release folder and choose the DLL of my control. My
question is, will Visual Studio use the debug version of the control
when I build the form (that hosts the control) in debug mode?
 
K

Kevin Spencer

Assuming that the Custom Control is in a project in your solution, you
should not have to add it to the Toolbox at all. When you build the
solution, the Custom Controls in it are added to the Toolbox automatically.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 

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