Results 1 to 4 of 4

Thread: Help with getting winsocket in VB 2008

  1. #1

    Thread Starter
    New Member Gurgle528's Avatar
    Join Date
    Jan 2010
    Location
    Sarasota, FL
    Posts
    13

    Angry 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.

  2. #2

    Thread Starter
    New Member Gurgle528's Avatar
    Join Date
    Jan 2010
    Location
    Sarasota, FL
    Posts
    13

    Re: Help with getting winsocket in VB 2008

    How to get winsocket in VB 08: http://www.youtube.com/watch?v=w8WtmCazc6E
    Last edited by Gurgle528; Sep 13th, 2010 at 06:57 PM.

  3. #3

    Thread Starter
    New Member Gurgle528's Avatar
    Join Date
    Jan 2010
    Location
    Sarasota, FL
    Posts
    13

    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

  4. #4

    Thread Starter
    New Member Gurgle528's Avatar
    Join Date
    Jan 2010
    Location
    Sarasota, FL
    Posts
    13

    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
  •  



Click Here to Expand Forum to Full Width