I am trying to write this program that will open a certain program, however, this program (along with a couple of others I need it to open) run on a single process, even when you open multiple documents. One of these programs is, for example, OpenOffice. It opens one process, which is linked by the OpenOffice QuickStarter. Now lets say I open two different OpenOffice Text Documents. I get one process (the QuickStarter) called soffice.exe running. However, I have TWO windows open - one for each document. My problem, as you may or may not have figured out by now, is that after opening the first document, I have the connection to the process, but opening a the second document, I do not have the connection to second document, because the process is already opened and the process handler just gives me a link to the original file opened.
If anybody could help me out here, I'd greatly appreciate it, I've been racking my brain over this issue for the last week and can't seem to find anything on the internet to help. Thanks in advance!

