Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Driver Development Pin
JackDingler31-Jan-12 11:42
JackDingler31-Jan-12 11:42 
Questionproject Pin
rosalie tima28-Jan-12 1:48
rosalie tima28-Jan-12 1:48 
AnswerRe: project Pin
Software_Developer28-Jan-12 3:39
Software_Developer28-Jan-12 3:39 
AnswerRe: project Pin
Chris Losinger29-Jan-12 15:51
professionalChris Losinger29-Jan-12 15:51 
QuestionSetCursor position Pin
manju 327-Jan-12 23:22
manju 327-Jan-12 23:22 
AnswerRe: SetCursor position Pin
David Crow28-Jan-12 4:18
David Crow28-Jan-12 4:18 
Questionretreving application name using file extension Pin
VCProgrammer27-Jan-12 22:35
VCProgrammer27-Jan-12 22:35 
AnswerRe: retreving application name using file extension Pin
David Crow28-Jan-12 4:25
David Crow28-Jan-12 4:25 
One option would be to read the registry. First find the extension:

HKCR\.doc

Then use that key's default value to read the key at:

HKCR\Word.Document.8

Read that key's default value to get Microsoft Office Word 97 - 2003 Document.


There's likely another way to do this (e.g., AssocQueryString()), but I don't know it off the top of my head and I'm headed out the door to Lowe's.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


QuestionEstablishing a Certification Authority Pin
Bram van Kampen27-Jan-12 14:32
Bram van Kampen27-Jan-12 14:32 
Questionproblem with conversion of string to float Pin
materatsu27-Jan-12 12:22
materatsu27-Jan-12 12:22 
AnswerRe: problem with conversion of string to float Pin
«_Superman_»27-Jan-12 16:02
professional«_Superman_»27-Jan-12 16:02 
AnswerRe: problem with conversion of string to float Pin
gebri28-Jan-12 0:35
gebri28-Jan-12 0:35 
AnswerRe: problem with conversion of string to float Pin
Bram van Kampen28-Jan-12 14:27
Bram van Kampen28-Jan-12 14:27 
AnswerRe: problem with conversion of string to float Pin
materatsu30-Jan-12 5:51
materatsu30-Jan-12 5:51 
GeneralRe: problem with conversion of string to float Pin
David Crow30-Jan-12 6:46
David Crow30-Jan-12 6:46 
GeneralRe: problem with conversion of string to float Pin
Stefan_Lang31-Jan-12 2:28
Stefan_Lang31-Jan-12 2:28 
QuestionDetecting if process is killed. Pin
Code-o-mat27-Jan-12 11:29
Code-o-mat27-Jan-12 11:29 
AnswerRe: Detecting if process is killed. Pin
Richard Andrew x6427-Jan-12 12:08
professionalRichard Andrew x6427-Jan-12 12:08 
GeneralRe: Detecting if process is killed. Pin
Code-o-mat27-Jan-12 21:52
Code-o-mat27-Jan-12 21:52 
GeneralRe: Detecting if process is killed. Pin
jschell28-Jan-12 4:25
jschell28-Jan-12 4:25 
GeneralRe: Detecting if process is killed. Pin
Code-o-mat28-Jan-12 7:59
Code-o-mat28-Jan-12 7:59 
AnswerRe: Detecting if process is killed. Pin
Randor 28-Jan-12 4:59
professional Randor 28-Jan-12 4:59 
GeneralRe: Detecting if process is killed. Pin
Code-o-mat28-Jan-12 10:49
Code-o-mat28-Jan-12 10:49 
GeneralRe: Detecting if process is killed. Pin
Randor 28-Jan-12 11:59
professional Randor 28-Jan-12 11:59 
GeneralRe: Detecting if process is killed. Pin
Code-o-mat28-Jan-12 23:33
Code-o-mat28-Jan-12 23: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.