Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I found some projects on CodeProject that does something similar...</p> <p><a href="http://www.codeproject.com/KB/shell/popupblocker.aspx?fid=15235&amp;df=90&amp;mpp=25&amp;noise=3&amp;sort=Position&amp;view=Quick&amp;fr=51&amp;select=646577" rel="nofollow noreferrer">http://www.codeproject.com/KB/shell/popupblocker.aspx?fid=15235&amp;df=90&amp;mpp=25&amp;noise=3&amp;sort=Position&amp;view=Quick&amp;fr=51&amp;select=646577</a></p> <p><a href="http://www.codeproject.com/KB/shell/popupblocker2.aspx?df=100&amp;forumid=15709&amp;fr=51&amp;select=548519#xx548519xx" rel="nofollow noreferrer">http://www.codeproject.com/KB/shell/popupblocker2.aspx?df=100&amp;forumid=15709&amp;fr=51&amp;select=548519#xx548519xx</a></p> <p>And also an MSDN article regarding web browser customisation:</p> <p><a href="http://msdn.microsoft.com/en-us/library/aa770041(VS.85).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa770041(VS.85).aspx</a></p> <p>I found that what I was after was two interfaces called: IOleCommandTarget and IDocHostUIHandler; I needed to override the UI handler and interpret the Script exception messages and respond with a "false" to indicate I didn't care about the error; </p> <p>Unfortunately I spent waaaaay too much time getting my head back into COM and trying to get their god awful system set up that I wasn't able to finish it and after a discussion with my bos regarding spending more time trying to get this working or just disabling debug in IE; we chose the later.</p> <p>3 Words; I hate COM :-p (the smilie doesn't count)</p> <p>I think the path I was on would solve the issue I had and my response can contribute as an "answer"; sorry if it's not what you're looking for.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload