K
Ken Lemieux
I've successfully created a file type association between my custom file type
and my application. When users click on a file created using my Clickonce
application, my application opens successfully.
However, what's not clear is how the files path information is passed to the
application. I'm unable to locate any Microsoft documentation that describes
how I might obtain the path information. Would someone please point me to
some documentation that will help me understand the workings of this process?
Furthermore I'm unsure if I should be using Main(string[] args) to get the
file path info or perhaps:
AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData.
Would someone be able to shed some light on the correct usage for me?
Thanks,
and my application. When users click on a file created using my Clickonce
application, my application opens successfully.
However, what's not clear is how the files path information is passed to the
application. I'm unable to locate any Microsoft documentation that describes
how I might obtain the path information. Would someone please point me to
some documentation that will help me understand the workings of this process?
Furthermore I'm unsure if I should be using Main(string[] args) to get the
file path info or perhaps:
AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData.
Would someone be able to shed some light on the correct usage for me?
Thanks,