How to open associated files in the same instance of an application
Posted
by Alexei
on Stack Overflow
See other posts from Stack Overflow
or by Alexei
Published on 2010-04-22T10:07:46Z
Indexed on
2010/04/22
10:13 UTC
Read the original article
Hit count: 256
I want to open files, which are doubleclicked in Explorer, in the same instance of my .Net application, e.g. in a new tab. How can I do this?
For now each file starts new instance of my application. Many programs can open files in the same instance, for example, Opera and Notepad++, so there is an easy way for sure.
© Stack Overflow or respective owner