|
-
Sep 30th, 2020, 12:04 AM
#1
Thread Starter
Addicted Member
Vb6: Winsock data arrival truncated problem
I have this code, but it only grab truncated data, the data is a little bit large, it is a page source code
Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
Dim strResponse As String
Winsock1.GetData strResponse, vbString
RichTextBox1.Text = RichTextBox1.Text & strResponse
please help to fix this problem
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
|