|
-
Sep 15th, 2020, 06:40 PM
#1
Thread Starter
Addicted Member
Vb6: Winsock grab full data on arrival
i have this code but it can grab only a part of the page source code, how can i make it grab the whole page source code?
Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
Dim strData As String
Winsock1.GetData strData, vbString, bytesTotal
Text1.Text = strData
End Sub
Tags for this Thread
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
|