Results 1 to 4 of 4

Thread: Bitblt

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962

    Bitblt

    Is it possible to bitblt on top of everything. I have a form with picture boxes on it, and wish to bitblt a small picture over the entire form, including where the boxes are. Therefore I can not use the forms HDC, and the hdc of 0 doesn't work.
    Involved in: Sentience

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Use GetDC(GetDesktopWindow). May I add that it could involve subclassing, finding the paint event, and calling it right after that (so the changes show).
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962
    Thanks, now how do I clear that screen?
    Involved in: Sentience

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962
    Nevermind, I found a way to do it.
    Involved in: Sentience

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