Click here to Skip to main content
15,884,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Creating a webpage with all features Pin
Maximilien5-Jan-06 4:05
Maximilien5-Jan-06 4:05 
QuestionCDHtmlDialog question ... Pin
Hadi Rezaee5-Jan-06 2:43
Hadi Rezaee5-Jan-06 2:43 
QuestionHow to debug in vc++ Pin
Yuwraj5-Jan-06 1:58
Yuwraj5-Jan-06 1:58 
AnswerRe: How to debug in vc++ Pin
vikas amin5-Jan-06 2:13
vikas amin5-Jan-06 2:13 
AnswerRe: How to debug in vc++ Pin
Bob Stanneveld5-Jan-06 2:29
Bob Stanneveld5-Jan-06 2:29 
QuestionXP style controls Pin
Aqueel5-Jan-06 1:56
Aqueel5-Jan-06 1:56 
AnswerRe: XP style controls Pin
KellyR5-Jan-06 9:03
KellyR5-Jan-06 9:03 
AnswerRe: XP style controls Pin
John R. Shaw5-Jan-06 11:33
John R. Shaw5-Jan-06 11:33 
You need a manifest file (xml), there is one at the microsoft website some where. Once you have a manifest, you can do one of two things:

1) Rename it ot MyApp.exe.manifest, where MyApp is the name of your application. Then place the manifest in the same directory as your application, Windows will find it.

Or the more usual way,

2) Place the renamed manifest in your projects res directory and use the resource editor to add it to your program as a binary resource. The name of the manifest resource must be 24. That is the name of the resource not the name of the file.

Also you should edit the manifest file so that contains information about your application. The one supplied by Microsoft is more of a template and contains statement like this "Your application description here", which are just place holders.

If you do a search using keywords: Microsoft, XP, and manifest; you should have no problems finding what you need.

INTP
Every thing is relative...
QuestionHandle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:25
george ivanov5-Jan-06 1:25 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 1:32
Owner drawn5-Jan-06 1:32 
GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:56
george ivanov5-Jan-06 1:56 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 2:40
george ivanov5-Jan-06 2:40 
GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 19:31
Owner drawn5-Jan-06 19:31 
QuestionToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:04
Anilkumar K V5-Jan-06 1:04 
AnswerRe: ToolBar in Win32 Pin
Owner drawn5-Jan-06 1:10
Owner drawn5-Jan-06 1:10 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:14
Anilkumar K V5-Jan-06 1:14 
AnswerRe: ToolBar in Win32 Pin
Michael Dunn5-Jan-06 8:39
sitebuilderMichael Dunn5-Jan-06 8:39 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 16:42
Anilkumar K V5-Jan-06 16:42 
Questionwhy mfc application hangs on win 2000 but works fine on xp Pin
Member 22716555-Jan-06 0:44
Member 22716555-Jan-06 0:44 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:07
Anilkumar K V5-Jan-06 1:07 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:10
Prakash Nadar5-Jan-06 1:10 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:16
Anilkumar K V5-Jan-06 1:16 
Generalyes!!! that is my sign Pin
Member 22716555-Jan-06 1:16
Member 22716555-Jan-06 1:16 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:11
Prakash Nadar5-Jan-06 1:11 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
vikas amin5-Jan-06 1:11
vikas amin5-Jan-06 1:11 

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.