
Help: Launching aplications without Shell
Hi,
In Windows 95, when you double click a filename the associated
application is launched and the document is loaded and displayed.
The same if you use the RUN menu option and select a document (*.doc,
*.xls, *.html, etc...).
For some applications (Word, Excel, Netscape...), if you use either of
the methods to open a document, and the associated application is
already running then the new document is loaded, but not onother copy
of the application, ONLY one copy of the application runs! This is
fine!
I'm trying to launch documents (programmatically), and I need the same
behaviour. I experimented with SHELL, but for every document (of the
same type) a copy of the associated program is launched!
I also tried the WinExec API and the result is the same, I end up with
multiple copies of the programs.
This is where YOU come in...
Does anyone know how one can launch multiple documents (but not at the
same time), without causing more than one copy of the associated
application to run?
And what aplication runs when you select the Win95 RUN menu option?
Any input welcomed!
Thank's,
Emanuel