P
pierre
Hi, I got a problem which may easy to resolve, but I can't
find any issue:
I want to parse html files, so, I want first get it from an
url, and I do like that:
Dim objMSHTML As New mshtml.HTMLDocument()
Dim objDocument As mshtml.HTMLDocument
objDocument =
objMSHTML.createDocumentFromUrl("http://www.google.fr",
vbNullString)
normally, this should work and I could parse the html
code... but in fact, I got this error:
"Une exception non gérée du type
'System.NullReferenceException' s'est produite dans
mscorlib.dll
Informations supplémentaires : La référence d'objet n'est
pas définie à une instance d'un objet."
(sorry, my vb version is french)
any Idea?
PS: I think this code works with VB6...
une idée?
find any issue:
I want to parse html files, so, I want first get it from an
url, and I do like that:
Dim objMSHTML As New mshtml.HTMLDocument()
Dim objDocument As mshtml.HTMLDocument
objDocument =
objMSHTML.createDocumentFromUrl("http://www.google.fr",
vbNullString)
normally, this should work and I could parse the html
code... but in fact, I got this error:
"Une exception non gérée du type
'System.NullReferenceException' s'est produite dans
mscorlib.dll
Informations supplémentaires : La référence d'objet n'est
pas définie à une instance d'un objet."
(sorry, my vb version is french)
any Idea?
PS: I think this code works with VB6...
une idée?