I want to open rtf files with my own app
-
How about using
ShellExecute()
?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
How about using
ShellExecute()
?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
As far as I know rtf files are opened by default by Word and I want to open by default with my app.
Then you simply need to change the default file association.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Then you simply need to change the default file association.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
If you created the application using AppWizard, it's already been done. If not, check out
CWinApp::RegisterShellFileTypes()
.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)