
Screen Background
How to create a Form that has the Windows Desktop as the background
This program makes it appear as though the Windows Desktop is still running,
but it actually copies the image of the Desktop to an Image control that is
used as the Form's background.
Uses the following API functions:
- BitBlt
- GetDC
- GetDesktopWindow
- ReleaseDC
Back to Code Samples
Copyright © 2000 by Matt E. Hart, All Rights Reserved Worldwide.
Nothing on this web site may be reproduced, in any form, without express written consent.