|
-
January 20th, 2010, 03:39 AM
#1
How to pass folder name as arguments when call an applcation on right click any fold
Hi
I have develop an application using C# dot net. I have called this application on
right click on any folder.Now I want pass full path or Name of the folder whose right click called my application.
Please help me.To get the folder name or path on right click on folder in C#
Thanks
-
January 20th, 2010, 07:19 AM
#2
Re: How to pass folder name as arguments when call an applcation on right click any
I think you have registred you app unde HKCR\*\Shell\Open...\Command, where you fill in path to you .exe. Append %1 after it and it should append full path to the item on which you have performed the righ click.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|