Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am trying to create an application that reads data from a notepad(.txt file) and display the text in a richedit. Application should be started when right clicking on the notepad(.txt file) and open with my application.

My problem is, how to get the path of the selected .txt file when starting the application by right clicking on the .txt file and open with this application..

Help me frnds..
Thanks in advance.

regards
Sarath
Posted

1 solution

It will be the second argument in the Environment.GetCommandLineArgs() call, which returns a string array of the command line arguments that started the program.

Environment.GetCommandLineArgs() MSDN[^]
 
Share this answer
 
Comments
sarath1er 20-Jun-13 23:57pm    
Hi Ron Beyer,

Thanks a lot.. This is what i search for. Thanks again.

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