Results 1 to 2 of 2

Thread: Auto-detect IP Address

  1. #1

    Thread Starter
    Fanatic Member eimroda's Avatar
    Join Date
    Jul 2000
    Location
    Philippines
    Posts
    642

    Auto-detect IP Address

    How can I detect the IP Address of the workstation where my program is curently running (Thorugh code)?
    On Error GoTo Hell

    Hell:
    Kill Me


    Food For Thought:

    - Do not judge a book... if you're not a judge!


  2. #2
    New Member
    Join Date
    Jun 2002
    Posts
    13
    if you want to get the ip from the program through the code of the computer you are on then it is

    winsock1.localip
    ' will return your ip address to a string

    if you want to detect a program on your network thats useing your program then you will need to make a ip scanner, useing

    winsock1.state

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