G
Guest
Hi all,
In the past 3 days I have done some research about Microsoft.mshtml
component within .NET 2 framework.
I need some clarification/comfermation about the Microsoft.mshtml componet
and microsoft stargey. In specific: Microsoft.mshtml within the .net 2
framework
1. mshtml.HTMLDocument is not part of the .net 2 framework.
2. it seems that microsoft suggests to use .net managed classes. E.g.
System.Windows.Forms.HtmlDocument instead than mshtml.HTMLDocument
3. Those new classes works fine with the web control (because is managed)
but they are limited in the use, specifically in interfacing with Internet
Explorer 6 and IE7 Beta 2. (e.g. I cannot access from a C# user control the
DOM of the HTML in which the control is hosted)
Can someone comment the above 3 point? Are they correct?
Next question:
Which are the implication redistribuiting the Microsoft.mshtml with a .NET 2
applications?
Is it only a metter of distribuiting the file (8 MB) with my application? Or
is there anything else?
Many Thanks,
FILIPPO
In the past 3 days I have done some research about Microsoft.mshtml
component within .NET 2 framework.
I need some clarification/comfermation about the Microsoft.mshtml componet
and microsoft stargey. In specific: Microsoft.mshtml within the .net 2
framework
1. mshtml.HTMLDocument is not part of the .net 2 framework.
2. it seems that microsoft suggests to use .net managed classes. E.g.
System.Windows.Forms.HtmlDocument instead than mshtml.HTMLDocument
3. Those new classes works fine with the web control (because is managed)
but they are limited in the use, specifically in interfacing with Internet
Explorer 6 and IE7 Beta 2. (e.g. I cannot access from a C# user control the
DOM of the HTML in which the control is hosted)
Can someone comment the above 3 point? Are they correct?
Next question:
Which are the implication redistribuiting the Microsoft.mshtml with a .NET 2
applications?
Is it only a metter of distribuiting the file (8 MB) with my application? Or
is there anything else?
Many Thanks,
FILIPPO