article

Creating a Windows Forms Label that wraps with C#

Article describing how to create a custom implementation of a standard Windows Forms Label to give it the ability to wrap and still autosize.

avatar
Richard Moss
article

Snippet: Mime types and file extensions

Snippet with a pair of helper functions showing how to get the default file extension for a given mime type, or the mime type from a given file extension.

avatar
Richard Moss
article

Unable to update the EntitySet because it has a DefiningQuery and no element exists in the element to support the current operation.

Solving the exception "Unable to update the EntitySet because it has a DefiningQuery and no element exists in the element to support the current operation." when using the Entity Framework

avatar
Richard Moss
article

Converting BBCode into HTML using C#

A simple to use class library for converting text containing BBCode used by popular forum systems into HTML using C#.

avatar
Richard Moss
article

Creating a GroupBox containing an image and a custom display rectangle

This article shows how to create a custom GroupBox component, and adjust the client area used for positioning controls hosted in the GroupBox.

avatar
Richard Moss