How to add an option to windows explorer right click menu?

  • Thread starter Thread starter Joe J.
  • Start date Start date
J

Joe J.

How to add an option to windows explorer right click menu?

I'd like add my own option to the Explorer right-click menu.
So lets say in case the file has extension ".AVI" I want to see an
option "blah", which will open this file using my program.
How to do this in VB.Net?
 
What you're wanting to do is create a Shell Extension -
http://www.informit.com/articles/article.asp?p=169474&seqNum=1 might be a
good start - the example code is C# but easy enough to translate if
necessary. Alternatively, do a search - I had to make a property sheet
extension (in VB6) for a control panel app which was rather horrific, but
the simpler extension you're wanting to do shouldn't cause you *too* much
trouble!

Jevon
 

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