Component Authoring Walkthroughs

The following step-by-step topics will help you learn how to create a component or a control for Windows Forms. For more information about creating custom controls for Web Forms pages, see Developing Custom ASP.NET Server Controls.

In This Section

  • Walkthrough: Authoring a Component with Visual Basic
    Shows the development in Visual Basic of a simple component, illustrating the interaction between client and component, object lifetime and circular references, debugging clients and components, and the use of shared methods and instance methods.

  • Walkthrough: Authoring a Component with Visual C#
    Shows in Visual C# the development of a simple component, illustrating the interaction between client and component, object lifetime and circular references, debugging clients and components, and the use of shared methods and instance methods.

See Also

Reference

IComponent

Component

IDesigner

TypeDescriptor

TypeConverter

UITypeEditor

Other Resources

Extending Design-Time Support