End Google Ads 201810 - BS.net 01 --> Hi all,

i am just monitoring the URL changes, using SHDocVw.InternetExplorer
is it possible to hide the context menu

i have used the following event like bellow:

((mshtml.HTMLDocumentEvents_Event)document).oncontextmenu += new HTMLDocumentEvents_oncontextmenuEventHandler(clsURLMON_oncontextmenu);

bool clsURLMON_oncontextmenu()
{
return false;
}

it disbles but does not allow any links to proced and entry as well

can some help me......

thanks a lot.