ImageList Index


Click for Sophisticated Drag-Drop Images

Sophisticated Drag-Drop Images

The standard .NET Framework drag-drop functionality provides a cursor to indicate that a drag-drop function is in progress. This article demonstrates how to add an image of the object being dragged to the drag-drop control, in the same way that Explorer does using the ImageList APIs.

  more...


Last Updated: 6 September 2003


Click for Highlighting and Shadowing Image List Images

Highlighting and Shadowing Image List Images

For some reason, the System.Windows.Forms.ImageList does not provide a Draw method that allows an image to be drawn highlighted or selected, even though this is part of the basic functionality of the underlying ComCtl32 ImageList. This article provides a method of drawing selected and lightened images using Managed Code and also describes how to do it using unmanaged methods.

  more...


Last Updated: 6 September 2003