Thread: 2k/XP manifests... sign here, please :p

  1. #1
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273

    Post 2k/XP manifests... sign here, please :p

    Hi,

    I'd like the common controls I use in my program (e.g. tree views) to draw 32-bit anti-aliased icons like in XP. Apparently it doesn't by default because you must indicate that your program would like to use Common Controls version 6 if it's available (Which is a bit strange, seeing as according to the debugger version 6 is loaded anyway when the common controls DLL is initialised ). To do that, I need a manifest. I've no idea how to make one.

    You may begin.

    P.S.: If I include a manifest in my program, does that mean my program won't work on non-XP (non-comctl32 v6) systems?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Click me ---->

  3. #3
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Ah, I see now, dodgy XML shenanigans...

    You can have this manifest as a separate file or as a resource, but is there a way to dynamically link with the version 6 controls (If they're available) at run-time?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. mantissa, sign, exponent
    By -EquinoX- in forum C Programming
    Replies: 28
    Last Post: 03-05-2008, 02:25 PM
  2. Sign ' is the same as \' ?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 11-23-2007, 07:32 AM
  3. My own itoa()
    By maxorator in forum C++ Programming
    Replies: 18
    Last Post: 10-15-2006, 11:49 AM
  4. Handle on MSN Messenger's Sign In "button"?
    By jmd15 in forum Windows Programming
    Replies: 3
    Last Post: 07-16-2005, 09:28 PM
  5. Sign Up!: The Third Round, both contests
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 54
    Last Post: 07-20-2002, 05:46 PM