Results 1 to 4 of 4

Thread: Winsock

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2003
    Posts
    51

    Winsock

    VB Code:
    1. server.GetData sckbuffer
    2.     If InStr(sckbuffer, "ENCRYPTION_ON") Then
    3.         sckbuffer = "# ENCRYPTION_OFF" & Chr(13) & "##"
    4.         server.SendData "# ENCRYPTION_OFF" & Chr(13) & "##"
    5. End If
    6.     client.SendData sckbuffer
    7. End Sub



    any one any idea why this code doesnt function?
    Last edited by Joeheg; Feb 14th, 2003 at 05:54 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
  •  



Click Here to Expand Forum to Full Width