Quote Originally Posted by kevininstructor View Post
I just tried the code as following (one of my creations) and the entire page was returned, which is a good size page.

Code:
        Dim test = GetHtmlPageSource("http://www.jimjacobe.com/ClassDescriptions.html")
        Console.WriteLine("[{0}]", test)
I've got it working with TV.com now instead so it doesn't matter!

Is it possible to use Regex with this to get certain pieces of information from the source. Is that possible?