Hello,
I have an app that is a single instance application (using the Process class).
I succeded to lauch the app the first time by double clic on one of its doc file.
Now, I want that when the user double click on the icone of one of its doc files, that the already running app opens this file.
How to do this in C#?
thanks in advance
Pascal