In ASP.NET, you have something called "User Controls" that allows you to create a custom control that can be reused on a website.
Now I am starting to develop a Windows application in .NET 2.0 and (surprisingly), I cannot find similar functionality.
What I would like to do is: - create a new user control in the designer; - Drag and drop several controls (e.g. buttons, text fields); - Save and be able to reuse these user controls by dragging it into various dialogs.
Any suggestion would be greatly appreciated.
Thanks Giammarco Schisani
source
share