article

Creating a custom TypeConverter part 1 - getting started

Type converters allow classes to be edited via designers such as the `PropertyGrid`. This article details how to create a simple type converter to and from a `string` for use with a `PropertyGrid` control.

avatar
Richard Moss
article

ColorPicker Controls for Windows Forms

A quick overview of a new open source library for selecting colors in Windows Forms applications.

avatar
Richard Moss
article

Dividing up a rectangle based on pairs of points using C#

An article which describes how to use C# to split a rectangle into multiple smaller parts based on pairs of co-ordinates.

avatar
Richard Moss
article

Creating a custom ErrorProvider component for use with Windows Forms applications

An article which describes how to create a custom ErrorProvider in C# that changes the background colour of fields with validation errors.

avatar
Richard Moss