IDocHostUIHandler and InternetExplorer object.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have been playing a lot with the WebBrowser control past weeks and I successfully implemented the IDocHostUIHandler interface with it. I'm now turning my focus to the InternetExplorer object. But I'm starting wondering if the IDocHostUIHandler interface works with this object. Until now I have got error when trying to cast the document object of the InternetExplorer object into a ICustomDoc object. The cast is invalid. Is it possible to use the IDocHostUIHandler interface with the InternetExplorer object ? And if so, how to do it if I can't use the ICustomDoc interface to set the UI handler. Thanks, R. LOPES Just programmer.