Technology Toolbox: VB.NET, C# V B6 lets you use the UserControl designer to create your own controls, but you must write a lot of delegation code to wrap up constituent controls' properties and methods. .NET's object-oriented architecture lets you use inheritance to simplify the process of creating a control, allowing you to focus on the additional functionality you want to add instead of on delegation code. Take a look at this month's feature article, " Subclass Controls in .NET ," to...
http://www.fawcette.com/vsm/2002_06/...ktopdeveloper/