open Multiple word document why use only one winword.exe process?

J

Jezebel

Because Word is a multiple document application. You can force-create
multiple instances of the application itself, but why would you want to?
 
B

baikeley

Thinks.
I find a Program using the tech as MSword. User can create multiple instance
,but in process list only one.
I want to write a program like it in VC. MSDN not give me the answer.
 
J

Jonathan West

baikeley said:
Thinks.
I find a Program using the tech as MSword. User can create multiple
instance ,but in process list only one.
I want to write a program like it in VC. MSDN not give me the answer.

I think there may be some language problem here.

The way both Word and various other program (like Internet Explorer) work is
that they normally run only one instance of thr application, but that
instance can have multiple windows open. The multiple windows are each main
windows and so look kine multiple instances in the taskbar at the bottom.

I don't know the details of how this is done in VC, but you might look up
"SDI" (Single Document Interface)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top