	
	----------------------------------------------
	Readme file for IE Override default Popup menu
	----------------------------------------------

Well, thanks for take the time to see my work!

This example shows how to override a default popup menu for a given
link on a given instance of Internet Explorer.

I think that it could be done with VB5 but i didn't try yet.

I develop this due to a question regarding how it can be done in
Experts Exchange Community (http://www.experts-exchange.com) a long
time ago.

I haven't answered that question and nobody did (not to my knowledge)
and due to changes on the site, i lost the connection to it.

Basically, the question was:

How to override default popup menu on a link in Internet Explorer.
Better than that, how i can do it for a specific link.

I did this example only for that reason, but i think we can implement
it for all other popup menus (Images, in example).

NOTE: By the way, searching for a solution to that, i have found a solution
for another question (How to hide all images from a given document).

HOW THE PROGRAM WORKS:
**********************

The code is commented but i would like to explain his behaviour.
I have added the menu that i want to show when user right-click on my
"trapped" link.
Program loads a form where user needs to type (or paste) a valid url
to navigate to (it could be a www url or a local one).
When the page is fully loaded, the program lists all the links that this page could
have.
With a double-click on the listbox, you are ready to override the popup
menu for that link.

I was working hard (Mostly, since i haven't knowledge regarding IE DOM).
So... Enjoy it!


Richie_Simonetti
12/05/2001