Web control
C#
4
Posts
3
Posters
0
Views
1
Watching
-
osto wrote: hey anybody try to use MSHTML.ShowHTMLDialog? or everybody using AxWebBrowser! Ok, whats your problem? Mazy
"One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji -
Whichever one you want. They are both hosts for MSHTML, but the Web Browser component (an RCW around the
IWebBrowser2
implementation for IE) provides more services than MSHTML itself, such as hyperlink resolution and additional methods. Using theAxWebBrowser
component (the actual class that's generated, which derives fromAxHost
) also allows you to embed your report in a form, while using theShowHTMLDialog
helper API from MSHTML does not.Microsoft MVP, Visual C# My Articles