|
-
Jan 20th, 2006, 09:03 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Get HTML With Inet
Well I'd just completed a program that uses the Inet control to get the HTML of a webpage and then parse it. Now I've bought a new, much faster computer and the exact same program won't work properly! The problem is that the Inet is not downloading the entire html source. The thing is, if I add a breakpoint in Inet_StateChange just before it gets the html, it gets all of the html so I have a feeling this has something to do with my computer being so fast that it gets the html before all of it is there.
I simply use HTML = Inet.OpenUrl("http://url.com"), but it doesnt work.
When trying to get HTML for http://www.azlyrics.com/lyrics/craig...lastdance.html it always stops when the length Len(HTML) = 1159
Anyone have a solution to this?
Last edited by shirazamod; Jan 20th, 2006 at 09:10 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|