How to open a file in its designated application?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there, I have the complete path of a file in a CString variable and I want that first the appropriate application should be executed and then the file should be opened. For ex, If the file name is "abc.doc" then first the application MS-WORD should be invoked and then the file should open in it. Please tell me how to do this.:confused: Gaurav Gumber
-
Hi there, I have the complete path of a file in a CString variable and I want that first the appropriate application should be executed and then the file should be opened. For ex, If the file name is "abc.doc" then first the application MS-WORD should be invoked and then the file should open in it. Please tell me how to do this.:confused: Gaurav Gumber