The Wayback Machine - https://web.archive.org/web/20100724055841/http://www.codeguru.com:80/cpp/g-m/bitmap/capturing/

    Capturing

    Using a Camera with Windows Mobile 5

    Learn how to access a camera and capture video by using a Windows Mobile 5.0 API called DirectShow.

    Trick: How to Capture Video Screen Shots

    An article describing a trick to capture video screen shots.

    Capturing a Window Image Into a Bitmap File, Supporting MS PaintBrush and All -- (Like the Thumbnail View of Windows Explorer)

    Capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. This code helps you avoid the "white out" problem that can occur when capturing bitmaps.

    Creating Windows Bitmaps to Save Desktop Images into BMP and JPG Files

    Using Visual C++, you can save the desktop into a BMP or JPG file. You also can save a window into a BMP or JPG file.