b = new weclient()
dim myDataBuffer as byte() = b.downloadData(http://www.hotmail.com)
dim Download as string = system.text.encoding.ascii.getstring(myDataBuffer)
and I receive a HTML part..
does it means that I need to make a parser by my own?
b = new weclient()
dim myDataBuffer as byte() = b.downloadData(http://www.hotmail.com)
dim Download as string =
system.text.encoding.ascii.getstring(myDataBuffer)
and I receive a HTML part..
does it means that I need to make a parser by my own?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.