|
-
Sep 13th, 2010, 06:20 PM
#1
Thread Starter
New Member
Help with getting winsocket in VB 2008
Ok this code works in VB 05 not 08
Now i need help with this code:
Dim Data As String
Dim proCedure As String
sckMain.GetData(Data, vbString)
proCedure = txtLog.Text & Data & vbCrLf
proCedure = txtLog.Text
getdata overload because it doesn't accept that number of conversations.
Help plox
Last edited by Gurgle528; Sep 13th, 2010 at 06:56 PM.
-
Sep 13th, 2010, 06:29 PM
#2
Thread Starter
New Member
Re: Help with getting winsocket in VB 2008
Last edited by Gurgle528; Sep 13th, 2010 at 06:57 PM.
-
Sep 13th, 2010, 06:46 PM
#3
Thread Starter
New Member
Re: Help with getting winsocket in VB 2008
Dim proCedure As String
sckMain.Close()
sckMain.Accept(e.requestID)
sckMain.Accept(e.requestID)
proCedure = txtLog.Text & "Connected to: " & sckMain.RemoteHostIP & vbCrLf
proCedure = txtLog.Text
-
Sep 13th, 2010, 06:54 PM
#4
Thread Starter
New Member
Re: Help with getting winsocket in VB 2008
Now i need help with this code:
Dim Data As String
Dim proCedure As String
sckMain.GetData(Data, vbString)
proCedure = txtLog.Text & Data & vbCrLf
proCedure = txtLog.Text
getdata overload because it doesn't accept that number of conversations.
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
|