Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get task manager-like info using C++? Pin
Antti Keskinen3-Dec-03 5:56
Antti Keskinen3-Dec-03 5:56 
AnswerRe: How to get task manager-like info using C++? Pin
Mike Dimmick3-Dec-03 6:34
Mike Dimmick3-Dec-03 6:34 
AnswerRe: How to get task manager-like info using C++? Pin
Peter Molnar3-Dec-03 13:09
Peter Molnar3-Dec-03 13:09 
AnswerRe: How to get task manager-like info using C++? Pin
UcIk3-Dec-03 17:19
UcIk3-Dec-03 17:19 
GeneralButton Control Pin
Best Friend3-Dec-03 4:27
Best Friend3-Dec-03 4:27 
GeneralRe: Button Control Pin
Antti Keskinen3-Dec-03 5:39
Antti Keskinen3-Dec-03 5:39 
GeneralOpening a file of any type using the proper program Pin
KellyR3-Dec-03 4:11
KellyR3-Dec-03 4:11 
GeneralRe: Opening a file of any type using the proper program Pin
joe.A3-Dec-03 4:46
joe.A3-Dec-03 4:46 
In order for a document to be automatically opened by the correct application, the document resource identifier has to have the correct prefix that is specified under the HKEY_LOCAL_MACHINE.... Software....application name key within the registry of that machine.
This place persists all the info on a specific application.
When you create your application and a document with that application, the MFC library should assign the relevant resource ID to the new file and store it in the registry for you.
The start up code within the application sets the resource ID for you.
I hope this helps.

JoeSmile | :) WTF | :WTF:
GeneralRe: Opening a file of any type using the proper program Pin
RChin3-Dec-03 5:07
RChin3-Dec-03 5:07 
GeneralRe: Opening a file of any type using the proper program Pin
RChin3-Dec-03 7:38
RChin3-Dec-03 7:38 
GeneralRe: Opening a file of any type using the proper program Pin
Anonymous3-Dec-03 5:59
Anonymous3-Dec-03 5:59 
GeneralRe: Opening a file of any type using the proper program Pin
valikac3-Dec-03 6:26
valikac3-Dec-03 6:26 
GeneralRe: Opening a file of any type using the proper program Pin
Michael Dunn3-Dec-03 12:58
sitebuilderMichael Dunn3-Dec-03 12:58 
GeneralRight align toolbar Pin
Anonymous3-Dec-03 4:10
Anonymous3-Dec-03 4:10 
Generalcapture program Pin
styve3-Dec-03 3:38
styve3-Dec-03 3:38 
GeneralRe: capture program Pin
Iain Clarke, Warrior Programmer3-Dec-03 5:19
Iain Clarke, Warrior Programmer3-Dec-03 5:19 
QuestionHow to set internet explorer options in code Pin
Salvador Dali3-Dec-03 3:30
Salvador Dali3-Dec-03 3:30 
AnswerRe: How to set internet explorer options in code Pin
Iain Clarke, Warrior Programmer3-Dec-03 5:23
Iain Clarke, Warrior Programmer3-Dec-03 5:23 
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 9:37
Salvador Dali3-Dec-03 9:37 
GeneralRe: How to set internet explorer options in code Pin
Iain Clarke, Warrior Programmer3-Dec-03 12:39
Iain Clarke, Warrior Programmer3-Dec-03 12:39 
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 22:09
Salvador Dali3-Dec-03 22:09 
Generalet voila! Pin
Salvador Dali3-Dec-03 23:34
Salvador Dali3-Dec-03 23:34 
AnswerRe: How to set internet explorer options in code Pin
Peter Molnar3-Dec-03 14:26
Peter Molnar3-Dec-03 14:26 
GeneralRe: How to set internet explorer options in code Pin
Salvador Dali3-Dec-03 22:13
Salvador Dali3-Dec-03 22:13 
GeneralProblem with pTreectrl->Create(...); Pin
bilas3-Dec-03 2:33
bilas3-Dec-03 2:33 

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.