Thread: HBITMAP question

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    20

    HBITMAP question

    Hello. I wanna to ask about bitmaps. so... I want to load bitmap just one time and then draw it in to diferent windows. same bitmap in parent window and in child window. thnx C ya
    Butterfly sweep can make torando in another side of world

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Born_2B_Alone
    ...to load bitmap...
    LoadImage.
    Quote Originally Posted by Born_2B_Alone
    ...draw it...
    BitBlt.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. drawing on bitmaps
    By eth0 in forum Windows Programming
    Replies: 2
    Last Post: 03-24-2006, 05:56 PM
  2. HBITMAP in Class
    By Born_2B_Alone in forum Windows Programming
    Replies: 1
    Last Post: 10-09-2004, 05:47 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Static HBITMAP
    By Hunter2 in forum C++ Programming
    Replies: 4
    Last Post: 07-01-2002, 06:43 PM