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

    How to get IP-address of my computer?

    How to get IP-address of my computer programmatically in VB?


  2. #2
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

    Re: How to get IP-address of my computer?


  3. #3
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

  4. #4
    Join Date
    Feb 2000
    Posts
    14

    How to init winsock?

    Can you tell me how should I init Winsock to get IP-adress of MY computer?


  5. #5
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

    Re: How to init winsock?

    The Winsock is a control, invisible to the user, provides easy access to TCP & UDP network services.

    So, create a new project with a form and draw a Winsock.

    Microsoft Winsock Control 6.0
    MSWINSCK.OCX

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

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