Results 1 to 3 of 3

Thread: How find out the IP Address of my Comp.

  1. #1
    Guest

    Post

    How can I find out the IP address of
    my computer from VB ?
    Who can help me ?

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Look these topics:

    by using Winsock Control
    by using API functions

    Best Regards.


    ------------------
    smalig
    [email protected]
    http://vbcode.webhostme.com/


  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Add a Microsoft Winsock control to your project. Then use LocalIP property.

    MsgBox "My IP is " & Winsock.LocalIP

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


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