Log in

View Full Version : where is xp manifest in simple "hello world"..?


lordpe
August 1st, 2009, 10:03
Hi ! ma all respected seniors and friends...

this is my first thread in whole scenario so pardon my all mistakes plz.. seniors

Question:
how to integrate xp manifest in simple hello world dialog box !! wenevr i assmbld the file program generates bt comes in no XP style.. I have to put a manifest with it every time.....

squidge
August 1st, 2009, 12:03
Create manifest file (prog.exe.manifest) whilst developing and include as a resource when you release (type 24, id 1).

Snatch
August 20th, 2009, 03:19
It is a little more involved than that since you will want to make sure you link comctl32.lib and call InitCommonControls as well.

See: http://msdn.microsoft.com/en-us/library/ms997646.aspx.