Get web site content
-
Is there a function in vb where i can open a url (http://whatever.com) and have the content of that site come into a variable so I can proceed to parse it? I know there are nice classes for it in C++ here but I haven't found anything for it in VB. Thanks
-
Is there a function in vb where i can open a url (http://whatever.com) and have the content of that site come into a variable so I can proceed to parse it? I know there are nice classes for it in C++ here but I haven't found anything for it in VB. Thanks
Simple, add a Inet Control to the form Code : Dim str1 as string str1=Inet1.OpenURL("http://www.chadhaajay.net") Now the entire html page is in string "str1" Contact for any kind of website design, softare development, custom IE Toolbars at www.chadhaajay.net:-O