I've been researching for the last couple days on how to add items to Internet Explorers Context Menu. Well I figured out how to add something to the IE context menu.

Here is the problem, what I want to do allow a user to right click over an image inside the webbrowser control bring up the context menu inside the webbrowser control, retrieve the image's name and then place the image name inside TextBox1 inside the main Form1.

Is this possible to go from the Webbrowser control and push info to my main form?

Thanks for any help!! I really appreciate it.