thank u for responce sheikh,can explaine clearly(web extractor )
--------------------------------------------------------------------------------
hi friends
my application is web data extractor ,how to extract the urls,phoneno,metatages,faxes.how to implement in c#.net or vb.net .can u give me valueble suggetion and code also.my .net version1.1
thank u every one
Re: thank u for responce sheikh,can explaine clearly(web extractor )
What it will do is it will get the html, the coding of the webpage that is, and then using a function, Regex as I mentioned, it will look for a pattern of text that contains "http://". Once it finds that, then it will add those texts to an array (a list of objects) and then you can finally just get the text out of the array.