run msword or other registered files such as PDF files & etc.
C / C++ / MFC
8
Posts
5
Posters
0
Views
1
Watching
-
hi i wanna open a MSWORD DOC such as double click on it but by my application call and pdf too. WinExec(file path) is only for .EXE files and can not be used for .DOC or .PDF ! can u help me ?:confused:
ShellExecute will do this for you
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
ShellExecute will do this for you
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
-
-
If you want to know about ShellExecute see http://www.codeproject.com/system/newbiespawn.asp[^]
WhiteSky