Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File or assembly name Microsoft.mshtml not found
Message
From
16/01/2005 13:36:41
 
General information
Forum:
ASP.NET
Category:
Web control library
Miscellaneous
Thread ID:
00977517
Message ID:
00977607
Views:
28
>I have never deployed an application in my whole life, so I can't give you an exact answer. What I have read is that you have to include the mshtml.dll.
>
>I was also curious about how the webbcontrol would display the data without referencing to mshtml? It doesn't work me in C#, if I want to fill the body's webbdocument I can't do something like this :
>
>axWebBrowser1.Document.Body.InnerHTML = "bla bla"
>
>
>I'm very curious how you did this without using mshtml

The use of mshtml was just to be able to get a reference to the document in order to be able to get access to the getElementById in order to scrollIntoView.

For dumping data to InnerHTML, I am using:
        Log.Document.GetElementById("DivInner").InnerHtml = lcHTML
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform