Guy's (and girls) I have problem I could use a little help with.
My program has a report generator, wich assembles the data, and
put that into RTF format. After that, the program tracks down the
associated program for RTF (Wordpad or Word or similar), and then
spawns with a shell statement with the program and filename.
Instead of intelligent behaviour that you might expect (hopes2high),
windows every time launches a new instance of that program.
How can I find out, if the wanted program is active, and secondly
how do I address that particular instance to open my file ?
Help will be very appreciated. (Your name in the tribute list)
Thanks in advance, coz I know (believe) that the community
will not let me down in this.
------------------
Herman
You gotta walk and don't loop back.
My program has a report generator, wich assembles the data, and
put that into RTF format. After that, the program tracks down the
associated program for RTF (Wordpad or Word or similar), and then
spawns with a shell statement with the program and filename.
Instead of intelligent behaviour that you might expect (hopes2high),
windows every time launches a new instance of that program.
How can I find out, if the wanted program is active, and secondly
how do I address that particular instance to open my file ?
Help will be very appreciated. (Your name in the tribute list)
Thanks in advance, coz I know (believe) that the community
will not let me down in this.
------------------
Herman
You gotta walk and don't loop back.
Comment