I need help!!!F1!!!
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I associate rtf files with my app.I want to add the same property sheet that Microsoft has implemented for Word when you right click on a doc file and appears a property sheet called Summary.How can I do this?Thanks a lot.
Call
ShellExecute()
with the "properties" verb.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
I associate rtf files with my app.I want to add the same property sheet that Microsoft has implemented for Word when you right click on a doc file and appears a property sheet called Summary.How can I do this?Thanks a lot.