how to make usercontrol
I'm using VC++2005. I'm working on some windows form applications. How can I make my usercontrol class and add it into a new windows form application project, so that I can display these controls in the form when I run the program?
|