Results 1 to 5 of 5

Thread: *** SOLVED *** very very simple sockets ( TCP Client ) question

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2003
    Posts
    227

    *** SOLVED *** very very simple sockets ( TCP Client ) question

    for connecting to another computer in a workgroup by name using sockets , which one should we use >>

    1 )

    TCPClient.Connect("\\ServerName",6000)

    or

    2 )

    Dim ipAddress As IPAddress = Dns.Resolve("\\ServerName"").AddressList(0)
    TCPClient.Connect(ipAddress,6000)



    any help will be appreciated, thanks
    Last edited by persianboy; Oct 20th, 2003 at 12:44 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