Fancy adding the Windows background to your application? Perhaps you could spruce up your form or add a bit of colour to your shell replacement.
Well, it注释:s all possible via the PaintDesktop API call.
Code
Just declare the following API call in your form:
Private Declare Function PaintDesktop Lib "user32" _ (ByVal hdc As Long) As LongTo set your form background image to the Windows background, simply call the API like this: