How can i paint a bitmap or a icon directly on the desktop?
Printable View
How can i paint a bitmap or a icon directly on the desktop?
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