Re: Coding Help (EuCom/Internet Explorer Component)
- Posted by mattlewis (admin) Mar 04, 2009
- 1007 views
bernie said...
Did you notice this note
NOTE: This method will not be invoked if the user has cleared the Disable
Script Debugging check box in the Advanced tab under Internet Options.
It sounds like setting this option in Internet Explorer's options
you turn debugging on and off.
The real solution is to implement the IOleCommandTarget interface and intercept the call to Exec, since it doesn't require the user to change his settings. I've looked at it, and I don't think it should be too difficult, but does require some relatively low level knowledge of COM (and EuCOM).
Matt