|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Document.body is NullHi,
we are working with mshtml ActiveX component, and it should display some HTML data. So we have a data binding working and all ok, but, in the first time when data binding trying to set a Content property of HTML control, the HTMLText property setter checks if (Document.Body != Null) and in our case it is Null ! So my question will be: how can i know when Document.Body is initialized, and if there are some event to connect to, which will notify of this initialization? thanks, Oleg. |
|||||||||||||||||||||||