|
I am making some control in my application. I want to add it to toolbox and use it in my application's form. As I am developing an application, I am compiling it as "Debug". Now when I want to add a control from toolbox, I r-click on toolbox, select Choose Items and browse for an executable for my application. I find it in Debug folder, add it and I have my Control that I can drag, drop and use.
And now the question: When I change to Release, should I add it again from Release folder and change all my controls in my form from Debug into Release ones? Or will it be done automaticly?
|