Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: How do I ensure that the manifest is embedded in the binary? Pin
Nish Nishant11-May-06 18:11
sitebuilderNish Nishant11-May-06 18:11 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
Matt Newman11-May-06 18:31
Matt Newman11-May-06 18:31 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
David Stone11-May-06 18:34
sitebuilderDavid Stone11-May-06 18:34 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
Matt Newman11-May-06 18:56
Matt Newman11-May-06 18:56 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
David Stone11-May-06 20:46
sitebuilderDavid Stone11-May-06 20:46 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
ThatsAlok12-May-06 3:19
ThatsAlok12-May-06 3:19 
GeneralRe: How do I ensure that the manifest is embedded in the binary? Pin
David Stone11-May-06 18:35
sitebuilderDavid Stone11-May-06 18:35 
AnswerRe: How do I ensure that the manifest is embedded in the binary? Pin
James R. Twine12-May-06 2:40
James R. Twine12-May-06 2:40 
   IIUC, the manifest is embedded in the executable in its resources.  You should be able to examine the resulting executable by opening it as a collection of resources and looking for the manifest file.  There is a specific resource type (RT_MANIFEST, value of 24) that you can look for.

   This is one way to "XP-ify" an executable built using VC++ 6.0 so that it uses the new common control's and functionality available on XP (like the Caps Lock warning on password-styled edit controls).

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post... appropriately!)
Questionhow to implement word drawing toolbox effect Pin
richard_china11-May-06 17:43
richard_china11-May-06 17:43 
AnswerRe: how to implement word drawing toolbox effect Pin
_AnsHUMAN_ 11-May-06 17:47
_AnsHUMAN_ 11-May-06 17:47 
GeneralRe: how to implement word drawing toolbox effect Pin
richard_china11-May-06 18:57
richard_china11-May-06 18:57 
QuestionInformation about CPU Pin
Aqueel11-May-06 17:38
Aqueel11-May-06 17:38 
AnswerRe: Information about CPU Pin
_AnsHUMAN_ 11-May-06 17:44
_AnsHUMAN_ 11-May-06 17:44 
GeneralRe: Information about CPU Pin
Aqueel11-May-06 17:52
Aqueel11-May-06 17:52 
GeneralRe: Information about CPU Pin
Hamid_RT11-May-06 18:42
Hamid_RT11-May-06 18:42 
AnswerRe: Information about CPU Pin
Hamid_RT11-May-06 18:50
Hamid_RT11-May-06 18:50 
AnswerRe: Information about CPU Pin
_AnsHUMAN_ 11-May-06 18:52
_AnsHUMAN_ 11-May-06 18:52 
Questionmail Pin
Anilkumar K V11-May-06 17:15
Anilkumar K V11-May-06 17:15 
AnswerRe: mail Pin
_AnsHUMAN_ 11-May-06 17:42
_AnsHUMAN_ 11-May-06 17:42 
AnswerRe: mail Pin
ThatsAlok12-May-06 2:30
ThatsAlok12-May-06 2:30 
QuestionHow to get the handle of the scroll bar in a edit Pin
xo300011-May-06 17:01
xo300011-May-06 17:01 
AnswerRe: How to get the handle of the scroll bar in a edit Pin
Naveen11-May-06 17:18
Naveen11-May-06 17:18 
GeneralRe: How to get the handle of the scroll bar in a edit Pin
xo300011-May-06 17:48
xo300011-May-06 17:48 
Questionbuffered read and write, different sizes Pin
ilidan11-May-06 16:26
ilidan11-May-06 16:26 
AnswerRe: buffered read and write, different sizes Pin
led mike11-May-06 16:36
led mike11-May-06 16:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.