Shows how to write the code needed to host the Windows Forms Designers in your own application. Sample code is provided to display a form in design mode and allow normal editing like in Visual Studio.
Shows how to use the built-in compilers in the .NET framework to allow users of your product to write script to control and hook in to the application.
This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls.
Designers are essential in creating professional controls with polished design time behaviour. This article serves as an introduction to writing your own.
Data entry is a very important part of a lot of applications. It is important to validate data as it is entered without disturbing the user. Enter the ErrorProvider component.