Windows Index


Click for Painting in the MDI Client Area

Painting in the MDI Client Area

Although the .NET Framework Form allows you to set a background bitmap or color for the MDI Client area, there's no direct way to draw onto the area to customise it. This sample demonstrates how to create an object which derives from NativeWindow to intercept the messages from the MDI Client area and draw onto it using standard System.Drawing calls.

  more...


Last Updated: 4 March 2003


Click for Enumerating Windows

Enumerating Windows

This sample provides a class wrapper around the EnumWindows and EnumChildWindows API calls for use in .NET.

  more...


Last Updated: 4 March 2003