HTML Gadget - MSDN References?

BlitzPlus Forums/BlitzPlus Programming/HTML Gadget - MSDN References?

turtle1776(Posted 2004) [#1]
I am trying to extend the capabilities of the Blitz HTML Gadget with userlibs, but I am not sure what type of control it is in Microsoft terms. Is it a WebBrowser control? A WebBrowserControl2? Something else?

Here is the text from the "Help" file for CreateHTMLView:


About the htmlview gadget:
Htmlview gadgets allow you to display html documents - useful for help files and so on. It is based on the Microsoft Internet Explorer control, and as such everything supported by the version of Internet Explorer that the user has installed will work. Note that this can be both a blessing (CSS and JavaScript support) and a burden (Open in New Window on right clicking links will open a proper IE window).


Anybody know anything more specific so I can find some API functions over at the MSDN?


BlitzSupport(Posted 2004) [#2]
It's an ActiveX control, so you'd need to use a DLL written in something else to mess about with it...

http://www.thecodeproject.com/com/webbrowser.asp