Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my app, I specify .epn as my extension. But when I open this file( double clicking ), only app is launched and file is not opened, how can I do this to load file directly. concenquently, When I want to open other extension with my app in the same way by selecting open with.. option.
Posted
Updated 28-Jul-11 20:33pm
v3

1 solution

Your main method contains string args[] parameters. Open your program with command-line parameters and try to figure out what the args array contains.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900