Maybe it is lame question but I am creating own control and I derived it from class UserControl and I draw some line and graphics and I want to ask开发者_如何学Go if there is a way how I can add controls like buttons and textboxes and how can I do that. Thanks
Here is a wonderful step-by-step walkthrough on how to author your own user control: http://msdn.microsoft.com/en-us/library/a6h7e207(v=VS.100).aspx
You can select the version of Visual Studio you are using at the top of the page. The link I posted is the VS2010 page.
精彩评论