Thread: button "faces" ?

  1. #1
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378

    button "faces" ?

    hey, i like the buttons that are in .NET better than the default win32 api buttons. so i was wondering if i could use those buttons "faces" in my win32 api apps.. as an example of what i mean, the buttons in these 2 pictures:
    http://willc0de4food.is-a-geek.com/images/yahtzee_c.jpg
    http://willc0de4food.is-a-geek.com/i...yahtzee_vb.jpg

    thanks.
    Registered Linux User #380033. Be counted: http://counter.li.org

  2. #2
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Ever tried messing around with the styles? Peticularly the WS and BS messages.

  3. #3
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378
    i was reading about each on the MSDN website before i posted but never found one that seemed it would help me.
    Registered Linux User #380033. Be counted: http://counter.li.org

  4. #4
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    The .NET buttons look like Win2000 and earlier, although it's on WinXP or later.

  5. #5
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378
    ?

    i think i'm missing the point....


    did u look @ the pics?
    Registered Linux User #380033. Be counted: http://counter.li.org

  6. #6
    the magic penguim
    Join Date
    Jul 2005
    Posts
    91
    You must add a XP manifest to your program. Your compiler probably has an option to do so. If not search msdn for "XP manifest" or "XP style".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 06-28-2008, 08:30 PM
  2. elliptical button
    By geek@02 in forum Windows Programming
    Replies: 0
    Last Post: 11-21-2006, 02:15 AM
  3. writing text over a deleted button
    By algi in forum Windows Programming
    Replies: 4
    Last Post: 05-02-2005, 11:32 AM
  4. Window won't display on button command!?
    By psychopath in forum Windows Programming
    Replies: 6
    Last Post: 06-22-2004, 08:12 PM
  5. Disabling "X" button on Window
    By Boomba in forum Windows Programming
    Replies: 3
    Last Post: 06-14-2003, 01:53 PM