Results 1 to 2 of 2

Thread: I Got 2 Qestion i need help on pelase help it with winsock.ocx

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    first question why aint this working
    Code:
    Private Sub Timer1_Timer()
    Call WS.Connect(Text2.Text, Text3.Text)
    Text3.Text = Text3.Text + 1
    End Sub

    and second how can i do this
    when someone connect to my ip on like port 21 or whatever it well give me there ip??

  2. #2
    Member
    Join Date
    Oct 1999
    Location
    Fremont, Ca, 94538
    Posts
    40

    Post

    first answer
    try text3.text = val(text3.text+1)


    second answer
    in WS_connect(...)
    msgbox ws.remotehostip

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