R
Rich P
I created a simple user conrol in a Windows User Control project, and it
uses a timer and colors some labels cyclily. I build the control. Then
I add a test winform project to my usercontrol project to test out the
control. Currently, I make a reference to the dll of the usercontrol in
the Test winform project, but this does not allow me to step through the
code of the user control.
How can I step through the code of my user control?
Thanks
Rich
uses a timer and colors some labels cyclily. I build the control. Then
I add a test winform project to my usercontrol project to test out the
control. Currently, I make a reference to the dll of the usercontrol in
the Test winform project, but this does not allow me to step through the
code of the user control.
How can I step through the code of my user control?
Thanks
Rich