CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Painting directly on the desktop

    How can i paint a bitmap or a icon directly on the desktop?


  2. #2
    Join Date
    May 1999
    Location
    WA
    Posts
    65

    Re: Painting 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured