Hello everyone,

I'm new to Visual Basic so I'm not sure if my question is related to VB.Net or if it's Vb 4/5/6... I'm using MS VB 2008 Express edition.

I'm looking for some help with a small program that grabs data from web.

I have a web page (in HTML) and I need to extract everything between <!--- start here --->
and
<!-- end here -->
- using WebResponse Object.

All I need is everything between those two HTML comments stored as a string and then I should be able to work with it.

Thank for you help folks.

Nvm - InStr and Mid did the trick. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.