Assigning keyboard shortcut to get path of selected item in windows explorer

Posted by Juha on Stack Overflow See other posts from Stack Overflow or by Juha
Published on 2010-04-23T19:07:39Z Indexed on 2010/04/23 19:13 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

I don't know if this is even possible, but how can I bind some key combination to a (C#)program, so that when that keyboard shortcut is pressed with some file selected in windows explorer, it calls specific function with path of that file as a parameter.

Or can I assign some keyboard shortcut so that windows explorer opens selected file in my program(that way I could pass the path to already running instance)

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about shell