Thread: skin makeing

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

    Smile skin makeing

    Hello again. I`m makeing a skinable program, I all most done. But I need last thing. How to repaint button? I used BitBlt, but I think this is not racional way. So Maybe you can suggest me something. THNX
    Butterfly sweep can make torando in another side of world

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    You want to use an owner drawn button. This way you would simply paint a button upon each WM_DRAWITEM where your button is drawn. Also, its messy to subclass buttons just for the sake of drawing them, avoid this technique.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. dialog box skin
    By ras in forum Windows Programming
    Replies: 1
    Last Post: 09-07-2005, 05:57 PM
  2. My opinion on skin color
    By Leeman_s in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 07-11-2003, 12:12 PM
  3. What's your skin colour?
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 07-10-2003, 07:27 AM
  4. How do you skin a window?
    By Invincible in forum Windows Programming
    Replies: 7
    Last Post: 03-04-2002, 06:51 AM