article

ImageBox and TabList update's - virtual mode, pixel grid, bug fixes and more!

Update 1.1.2.0 of the ImageBox control is now available, with a variety of new features and bug fixes.

avatar
Richard Moss
article

Manually writing the byte order mark (BOM) for an encoding into a stream

A short article which describes how manually writer the byte order mark (BOM) of an encoding into a stream

avatar
Richard Moss
article

Extracting email addresses from Outlook

A sample project which shows how to extract email addresses from Outlook via C# and Interop.

avatar
Richard Moss
article

Zooming to fit a region in a ScrollableControl

An article which describes how to adjust the zoom and view port in a ScrollableControl to match a specified rectangle.

avatar
Richard Moss
article

Zooming into a fixed point on a ScrollableControl

An article which describes how to zoom into a fixed point in a ScrollableControl, keeping a given point in the same position after the zoom.

avatar
Richard Moss
article

Creating a multi-paged container control with design time support

An article which describes how to create a multi-page container control with design time support, and a Visual Studio 2012 appearance.

avatar
Richard Moss
article

Displaying the contents of a PDF file in an ASP.NET application using GhostScript

A quick sample which shows how to convert PDF files into images and display them in an ASP.NET application.

avatar
Richard Moss
article

Arcade explosion generator

Sample C# application project which can generate basic arcade style explosion images for use in your own applications.

avatar
Richard Moss
article

Creating an image viewer in C# Part 5: Selecting part of an image

This article describes adding new functionality to the ImageBox control to allow selecting portions of the current image.

avatar
Richard Moss
article

Converting 2D arrays to 1D and accessing as either 2D or 1D

This article shows how you can store 2D data in a 1D array using row-major order and convert locations between the two.

avatar
Richard Moss