Results 1 to 3 of 3

Thread: Internet Programming Techniques

  1. #1
    Guest

    Exclamation

    Hey guys.

    Could anyone tell me how to ping an IP address and interact with the results directly?

    Also, how do I negotiate an IP address of just numbers to the text address (a.k.a. 143.35.125.82 -> [email protected] )?

    How could I finger a user directly from VB?

    And finally, is it possible to look up a user's public NetBIOS service names in VB? I've seen programs that do this.

    If you could answer any of these questions, I'd be greatly appreciative. Thanks in advance.

  2. #2
    Frenzied Member Devion's Avatar
    Join Date
    Sep 2000
    Location
    The Netherlands
    Posts
    1,049
    Ping (and others) are CTCP commands.. I think winsock could handle this easily

    object objWinsock (Winsock object)

    objWinsock.Senddata "CTCP PING" probably
    -
    Maybe you should check the MSDN or any source code that has pingin' in it.
    -


  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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