Click to See Complete Forum and Search --> : Painting directly on the desktop


April 30th, 1999, 01:22 PM
How can i paint a bitmap or a icon directly on the desktop?

Troy T
April 30th, 1999, 02:36 PM
Well you could use the Win32 function "HWND GetDesktopWindow()" to get a handle to the desktop, and then you can do all sorts of interesting things once you have that handle.. Good luck.

- Troy