Q: Explorer command

  • Thread starter Thread starter Martin Arvidsson
  • Start date Start date
M

Martin Arvidsson

Hi!

I need my application to interact with the windows explorer.

Ie. when selecting a directory, files etc, i want to rightclick, and select
an action from the dropdown menu.

Any idea where to get information on how to program this in c# and how to
add the right information in the registry in order for this to work?

regards
Martin
 
What i want to do is to be able to mark som files in a folder or a whole
folder. and then right click, when the menu appears i want my menu item to
be there and when selected, the selected files would be in some kind of a
list that i can iterate trhu in my program

This example was in c++ which i am not familiar with.

But i will try to sort out what is happening :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top