Double Click File to open MFC ???
-
Hallo What to look for or how to manage, if i'd like to open my MFC Programm by double Clicking the corresponding file?? X| Th@nks to @all
Hi, If it is SDI/MDI Application, it is quite easy... You need to have IDR_MAINFRAME which values are like this SDI\n\nSDI\nSDI Files (*.dra)\n.dra\nSDI.Document\nSDI Document.... After creating the document template call, EnableShellOpen(); RegisterShellFileTypes(TRUE); function. This will do.. " Action without vision is only passing time, Vision without action is merely day dreaming, But vision with action can change the world " - Words from Nelson Mandela Thanks & Regards, Gopalakrishnan
-
Hallo What to look for or how to manage, if i'd like to open my MFC Programm by double Clicking the corresponding file?? X| Th@nks to @all