G
Guest
I have developed a simple text editing program using Windows Forms. I want
to be able to right-click on a text file, choose "Open With" and select my
program from the list to open the file, but I don't know how to get my
program to "accept" a file in such a way.
Is it using the command line? If so, what arguements are passed? Should I
deal with them after capturing the Load event, or is there a different event?
Am I not even close?
Thank you for your time.
-Daniel
to be able to right-click on a text file, choose "Open With" and select my
program from the list to open the file, but I don't know how to get my
program to "accept" a file in such a way.
Is it using the command line? If so, what arguements are passed? Should I
deal with them after capturing the Load event, or is there a different event?
Am I not even close?
Thank you for your time.
-Daniel