Thread: XP controls

  1. #1
    Registered User headexplodes's Avatar
    Join Date
    Aug 2001
    Posts
    26

    XP controls

    Hi,

    I have MSVC++ 6.0 which i've had for quite a while. I have never downloaded any new versions of the win32api.

    What I want to do is be able to make a dialog that has an xp look to it. At the moment, if I create a dialog and just use the DialogBox() function, my buttons are booring (old style).

    What do i have to do to get my dialog box to look 'xp-ish'? Do I need a new win32api.. and if so, is there anything else I need to do?

    Thanks,
    Robert.
    /* MSN and E-Mail - head_explodeshotmail.com */
    If Bill Gates got a dollar for every time windows crahsed... oh... he does.
    I always use MSVC++6.0

  2. #2

  3. #3
    Registered User headexplodes's Avatar
    Join Date
    Aug 2001
    Posts
    26
    Thanks for pointing me to that again. I had previously found that article, but it seemed to be talking about manually painting stuff, so i gave up on it. It seems the key to getting your style to work it a .manifest file you have to put in your resource. and for anyone else out there - you have to upgrade your sdk!
    Last edited by headexplodes; 07-19-2003 at 05:30 AM.
    /* MSN and E-Mail - head_explodeshotmail.com */
    If Bill Gates got a dollar for every time windows crahsed... oh... he does.
    I always use MSVC++6.0

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-07-2009, 11:31 AM
  2. Need help with program
    By HAssan in forum C Programming
    Replies: 8
    Last Post: 06-10-2007, 08:05 PM
  3. XP like controls
    By Devil Panther in forum Windows Programming
    Replies: 4
    Last Post: 07-24-2005, 11:05 PM
  4. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  5. Windows XP regression over time
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 12-17-2002, 10:49 AM