I'd like to add an item into the right click menu (like TortoiseSVN does, or 7zip etc...)
I'm not sure how to do this or what it is specifically called.
It would be preferable if this option was only available while my program was running.
Use case:
User would select some text on a webpage (or word document or anything on their computer) and right click, select my item from menu and my sub DoSomething(string myString) would run.
EDIT:
I'm currently developing on XP, but I'd like this program to work on Vista/Win7