Lukas H. wrote:
Hi Alex,


Many interfaces and many methods in interfaces are not implemented.
For exemple IPersistStreamInit. I have implemented IsDirty and Save, for
pStm == NULL, but it may take some time before I can have that checked in.


    that means there isn't any way how to load HTML from string (memory
stream)?

Lukas



I do it like this: (VB code)

Dim fso As New FileSystemObject, ts As TextStream
Set ts = fso.OpenTextFile(docName)
MozillaBrowser1.Navigate "about:blank"
Set oHTMLDocument = MozillaBrowser1.document
Dim docAsObject As Object
Set docAsObject = oHTMLDocument
docAsObject.write ts.ReadAll
docAsObject.Close

Alex
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to