|
-
Nov 26th, 2000, 11:20 AM
#1
Thread Starter
New Member
I used succesfully the OpenUrl command and the related Inet object, but am facing now two problems with some URL's, of type likely never encountered before.
1) - Pages including external links (this is my personal assumption,supported only by the considered cases) block the download after few lines of Html code. The remaining data are lost.
2) Other (larg size) pages:
2a) Only 32 Kb are downloaded using the command: Text1.Text=Inet1.OpenUrl("....Url....",icString)
The remaining bytes are Lost. Even the addition of the GetChunk loop, proposed in this forum, does not help to download one additional byte.
The 32 Kb limit is extended to 64 using a string instead of The TextBox Text:
MyString=Inet1.OpenUrl ("....Url....",icString)
Adding the getCunk loop VB hangs up (Ctrl-Alt-Esc to close the application).
Note: MyString was not declared as Fixed Length string (type of data with 64 Kb capacity limit).
Can somebody help me to understand if and how these problems can be solved?
Thanks for your attention.
[Edited by gianfmal on 11-27-2000 at 05:35 PM]
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
|