S
SBC
Why is it that VB5 has so many easy ways to get an HTMLDocument class filled
in with information on a website: webBrowser control and/or
MSHTML.createDocumentFromUrl ... but in VB6 there seems to be nothing that
works anymore??
I want to use the document.links and document.images properties from the
HTMLDocument class to quickly enumerate through a web site's information,
but I can't get any of these legacy methods to work in an application under
VB6. Oh, and I don't want to have an application with a webBrowser control
that is visible (for some reason if the .visible property is false then the
document object does not get filled in).
Anyone with a suggestion? Any thoughts/comments would be appreciated.
in with information on a website: webBrowser control and/or
MSHTML.createDocumentFromUrl ... but in VB6 there seems to be nothing that
works anymore??
I want to use the document.links and document.images properties from the
HTMLDocument class to quickly enumerate through a web site's information,
but I can't get any of these legacy methods to work in an application under
VB6. Oh, and I don't want to have an application with a webBrowser control
that is visible (for some reason if the .visible property is false then the
document object does not get filled in).
Anyone with a suggestion? Any thoughts/comments would be appreciated.