Click here to Skip to main content
15,896,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Learning COM Pin
Arun Venkatesan31-Oct-07 20:13
Arun Venkatesan31-Oct-07 20:13 
QuestionHow to connect an extension with the application? Pin
Nelek30-Oct-07 22:40
protectorNelek30-Oct-07 22:40 
AnswerRe: How to connect an extension with the application? Pin
Paresh Chitte30-Oct-07 23:52
Paresh Chitte30-Oct-07 23:52 
GeneralRe: How to connect an extension with the application? Pin
David Crow31-Oct-07 3:01
David Crow31-Oct-07 3:01 
GeneralRe: How to connect an extension with the application? Pin
Paresh Chitte31-Oct-07 19:51
Paresh Chitte31-Oct-07 19:51 
GeneralRe: How to connect an extension with the application? Pin
David Crow1-Nov-07 2:35
David Crow1-Nov-07 2:35 
GeneralRe: How to connect an extension with the application? Pin
Paresh Chitte1-Nov-07 2:50
Paresh Chitte1-Nov-07 2:50 
AnswerRe: How to connect an extension with the application? Pin
David Crow31-Oct-07 3:05
David Crow31-Oct-07 3:05 
Nelek wrote:
I know there is a way to do it automatically, but I dont exactly know how... (I guess through registry)
...
Which APIs, Functions, registry paths (if needed) should I look for info about?


You need to make the following changes to your registry:

HKCR\.fs = Nelek.Document
HKCR\Nelek.Document\shell\open\command = NELEK.EXE %1
HKCR\Nelek.Document\shell\open\ddeexec = [open("%1")]
HKCR\Nelek.Document\shell\open\ddeexec\application = NELEK
HKCR\Nelek.Document = Nelek Document





"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: How to connect an extension with the application? Pin
Nelek31-Oct-07 3:33
protectorNelek31-Oct-07 3:33 
QuestionGdiSetBatchLimit GdiGetBatchLimit question [modified] Pin
followait30-Oct-07 22:32
followait30-Oct-07 22:32 
QuestionHow to modify private member variable of any class Pin
Neo Andreson30-Oct-07 22:31
Neo Andreson30-Oct-07 22:31 
AnswerRe: How to modify private member variable of any class Pin
Cedric Moonen30-Oct-07 22:39
Cedric Moonen30-Oct-07 22:39 
GeneralRe: How to modify private member variable of any class [modified] Pin
Neo Andreson30-Oct-07 22:46
Neo Andreson30-Oct-07 22:46 
AnswerRe: How to modify private member variable of any class Pin
Nishad S30-Oct-07 22:42
Nishad S30-Oct-07 22:42 
GeneralRe: How to modify private member variable of any class Pin
Neo Andreson30-Oct-07 22:49
Neo Andreson30-Oct-07 22:49 
GeneralRe: How to modify private member variable of any class Pin
Nishad S30-Oct-07 22:52
Nishad S30-Oct-07 22:52 
GeneralRe: How to modify private member variable of any class Pin
Neo Andreson30-Oct-07 22:53
Neo Andreson30-Oct-07 22:53 
AnswerRe: How to modify private member variable of any class Pin
followait30-Oct-07 22:47
followait30-Oct-07 22:47 
GeneralRe: How to modify private member variable of any class Pin
Neo Andreson30-Oct-07 22:52
Neo Andreson30-Oct-07 22:52 
GeneralRe: How to modify private member variable of any class Pin
codeII31-Oct-07 0:31
codeII31-Oct-07 0:31 
GeneralRe: How to modify private member variable of any class Pin
followait31-Oct-07 2:33
followait31-Oct-07 2:33 
AnswerRe: How to modify private member variable of any class Pin
CPallini30-Oct-07 22:48
mveCPallini30-Oct-07 22:48 
Question2 projects having same dsw files and different dsp file Pin
neha.agarwal2730-Oct-07 21:54
neha.agarwal2730-Oct-07 21:54 
AnswerRe: 2 projects having same dsw files and different dsp file Pin
Cedric Moonen30-Oct-07 22:30
Cedric Moonen30-Oct-07 22:30 
GeneralRe: 2 projects having same dsw files and different dsp file Pin
neha.agarwal2730-Oct-07 23:36
neha.agarwal2730-Oct-07 23: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.