K
kieran
Hi,
I want to connect to a webpage, grap the contents of the page i.e.
index.html, then find a certain html line and identify the image
listed on that html line.
The image title changes every day but i seen it done in php where the
start of the line was listed in a variable and the end of the line was
listed in another variable and a regular expression was used to get
the image title in between. Something like this...
Start = '<IMG SRC="/folder1/images/';
End = '" BORDER=0 ALT="Today\'s Image">';
I am looking for a vb.net tutorial or some code example of how to do
this.
Any help greatly appreciated.
I want to connect to a webpage, grap the contents of the page i.e.
index.html, then find a certain html line and identify the image
listed on that html line.
The image title changes every day but i seen it done in php where the
start of the line was listed in a variable and the end of the line was
listed in another variable and a regular expression was used to get
the image title in between. Something like this...
Start = '<IMG SRC="/folder1/images/';
End = '" BORDER=0 ALT="Today\'s Image">';
I am looking for a vb.net tutorial or some code example of how to do
this.
Any help greatly appreciated.