The Wayback Machine - https://web.archive.org/web/20100407062959/http://www.codeguru.com:80/csharp/csharp/cs_graphics/mouse/

    Mouse

    Create a 3D Cube Structure for GDI+

    Three-dimensional primitive shapes are conspicuously absent from the .NET Framework and GDI+, but that didn't stop Paul Kimmel from implementing a 3D cube primitive. Read all about his results.

    Detecting Mouse Button Events in C#

    Detect the mouse button click in a listbox along with its coordinates.