CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2002
    Posts
    36

    How can I test server connection

    How can I test server connection as well as get the server info like server id, ip address etc. using VB code.

    I have a text box where I enter application server eg: xyz.server then I click on the test connection button to make sure that the server exist or the server name entered is correct.

    Thanks.

    Shoby

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    Search for PING in this forum.

    -Cool Bizs

  3. #3
    Join Date
    May 2002
    Posts
    36
    I searched for PING and found some discussion but I couldn't find codes.

  4. #4
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    Here is a sample:
    http://www.vbcode.com/asp/showsn.asp?theID=233

    -Cool Bizs

  5. #5
    Join Date
    May 2002
    Posts
    36

    Smile

    I got it, thanks for your help.
    Have a nice day.

    Shoby

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

Featured