I am doing DHTML programming and I need to convert
IHTMLElement to IHTMLDOMNode so I can use the appendChild
method of IHTMLDOMNode. How can I convert IHTMLElement to
IHTMLDOMNode using Visual Basic?
I think, in C++, there is a method called QueryInterface
that can be used to do this conversion. Can someone give
me a similar example in VB?
Thanks,
Bob