I am making a program that has IE tabbed you know like netcaptor does.. Well I want it so when they right click on a link to have an added option saying "Open in new tab" like below "Open in new window" is that possible? Ive seen programs add things to that menu all the time.. I just dont know how. And if I added a menu how would I pass a value to my program to let it know that the menu was clicked. Could I just open another instance of my program going to that link and get the url through the shell command?