custom controls

  • Thread starter Thread starter dragonslayer008
  • Start date 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?
 
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
 
Back
Top