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

C / C++ / MFC

 
QuestionWhat is the meaning of Manifest in visual 2005 C++ project ( unmanaged code ) Pin
Yanshof30-Oct-07 23:12
Yanshof30-Oct-07 23:12 
AnswerRe: What is the meaning of Manifest in visual 2005 C++ project ( unmanaged code ) Pin
Cedric Moonen30-Oct-07 23:24
Cedric Moonen30-Oct-07 23:24 
QuestionLearning COM Pin
vipin_nvk30-Oct-07 22:54
vipin_nvk30-Oct-07 22:54 
AnswerRe: Learning COM Pin
Neo Andreson30-Oct-07 23:01
Neo Andreson30-Oct-07 23:01 
AnswerRe: Learning COM Pin
Hamid_RT30-Oct-07 23:18
Hamid_RT30-Oct-07 23:18 
AnswerRe: Learning COM Pin
followait30-Oct-07 23:21
followait30-Oct-07 23:21 
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 
Hi,

I am just about to finish my application (I could at last make the dlls work together). But now I want to take a look in some issues that I didn't take care about before.

My program saves and uses files with extensions *.fs and *.pc, I have no problem opening the files from my app, but if I go to the windows explorer and want to open them outside my programm... I must Shift+Right click to say open with... and look or my app in the selection dialog box.

I have make it automatic (to my laptop) from the options of the windows explorer in "Files Type" property sheet, but I would like to have it for all computers.

I know there is a way to do it automatically, but I dont exactly know how... (I guess through registry)

I was thinking to compile all release versions (app, dll...) and take them with the third party dll, the inis, all necessary things... and make an self-extractor exe. But i would like to have the file association.

Is an installator needed? Can I code it into my programm (i.e. on InitInstance, so the first time it is executed check if the association exists and if not, do it)?

Which APIs, Functions, registry paths (if needed) should I look for info about?

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

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 
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 

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.