J
Julie
What is the best practice for a (.Net 2.0) application that is limited
to a single instance and has file associations?
There appear to be two methods for communicating verbs between Explorer
and an application: command line and DDE.
Going w/ the command line route, if there is already an instance of my
application running, I need to detect that, and then communicate the
command line to the 'main' instance using ? Remoting, I guess?
Using the DDE route: this seems like the more standard route, however
I'm not seeing anything that immediately supports this in the .Net
Framework. ? There has to be something, as this is Windows standard
behavior since when...
Anyone have any thoughts/comments/pointers/suggestions on what is
best/standard practice for handling file association verb requests in .Net?
Thanks!
to a single instance and has file associations?
There appear to be two methods for communicating verbs between Explorer
and an application: command line and DDE.
Going w/ the command line route, if there is already an instance of my
application running, I need to detect that, and then communicate the
command line to the 'main' instance using ? Remoting, I guess?
Using the DDE route: this seems like the more standard route, however
I'm not seeing anything that immediately supports this in the .Net
Framework. ? There has to be something, as this is Windows standard
behavior since when...
Anyone have any thoughts/comments/pointers/suggestions on what is
best/standard practice for handling file association verb requests in .Net?
Thanks!