Results 1 to 3 of 3

Thread: Local IP

  1. #1

    Thread Starter
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    Post

    This is simple to you guys out there I'm sure...How do I gat the IP of my Local machine?

  2. #2
    Member
    Join Date
    Jul 1999
    Posts
    51

    Post

    In your form add a winsock control, a text box, and a command button. Put this code in your command button sub.

    Text1.Text = Winsock1.LocalIP

  3. #3
    Guest

    Post

    This is dejavu. Someone else answered this question this week saying to add a winsock control and check the Local IP property. Another way is to use the "ipconfig" program from DOS shell or using the SHELL command.

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