I have a program which compress a certain file and save as an *.pld extension. My question would be like this. How to access my own extension file and read the content of this file. Thus somebody help me on how to read and display this file into my main form which contains a datagridview by double clicking the file?I use
registry key helper to put my context menu after having making an installer on my program. When I start compressing a file, saving it and open the file, it was just opening my application again and again.
How to solve that one?.Thank you in advance.
You just need to read the args from the main method. E.g:
args will contain the full path of the double clicked file