launch a word processor(MS Word) in an MS Visual C++ dialog based application
-
Can anybody help me? I want to launch a word processor(MS Word) in an MS Visual C++ dialog based application. How this can be done exactly. Thanks in advance for your help.
Would you like to embed MS Word into your dialog or just spawn the MS Word application from your dialog?
-
Can anybody help me? I want to launch a word processor(MS Word) in an MS Visual C++ dialog based application. How this can be done exactly. Thanks in advance for your help.
-
Can anybody help me? I want to launch a word processor(MS Word) in an MS Visual C++ dialog based application. How this can be done exactly. Thanks in advance for your help.
Have you considered
ShellExecute()
?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Would you like to embed MS Word into your dialog or just spawn the MS Word application from your dialog?
-
Have you tried to insert a rich edit control on your dialog ? See CRichEditCtrl Class | Microsoft Docs[^]
-
Have you considered
ShellExecute()
?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Then use ShellExecute(Ex).