Well, you know how, in programs like Microsoft Excel or Adobe Acrobat Reader, you can click a file in Explorer and open it using a related program. This is what I want my application to run. Now I know how to set up file associations in Windows so that it knows the default program for each extension. My question is: how can I open the application to open the file by double-clicking on the file.
I searched the Internet using Google, I searched the msdn site, and I searched several forums, including this one, but I did not find anything that explains how to do this. I suppose this has something to do with the parameters of the main method, but this is just an assumption.
If someone can point me in the right direction, I can take it from there. Thanks in advance for your help.
Shane
source share