+ Reply to Thread
Results 1 to 3 of 3

Thread: How to Find External IP (Static IP)

  1. #1
    Join Date
    Jun 2007
    Location
    Kosovo
    Posts
    660
    Rep Power
    23

    How to Find External IP (Static IP)

    Ok i though about writting this cause its pretty simple and its worth of knowing it

    There are diferrent ways how you can find your External IP (Static IP) Address
    One of those ways is here:

    Code:
    Dim MyStaticIP As String
    MyStaticIP = Inet1.OpenURL("http://pchelplive.com/ip.php")
    Text1.Text = MyIP
    Like you see we are using Inet Control to Open The Url http://pchelplive.com/ip.php this is beacuse we retrive the External IP address out of this Page wich is sending use back our a datapacket with our request of our Static IP address

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

    Re: How to Find External IP (Static IP)

    CooL One .. Kresh ..

  4. #3
    Join Date
    Oct 2008
    Location
    Istog, Kosova
    Posts
    4,001
    Blog Entries
    1
    Rep Power
    40

    Re: How to Find External IP (Static IP)

    Worked...
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Static classes
    By Tonchi in forum C# Programming
    Replies: 2
    Last Post: 05-19-2011, 05:39 AM
  2. Notepad Find,Find Next ,replace,goto Code
    By shyamenk in forum C# Programming
    Replies: 7
    Last Post: 04-06-2011, 08:25 PM
  3. non-static method in static context
    By needHelp0611 in forum Java Help
    Replies: 4
    Last Post: 10-21-2010, 06:58 AM
  4. static ip necessary to run php?
    By jimiwa in forum PHP Development
    Replies: 2
    Last Post: 11-02-2009, 01:17 PM
  5. help:static array
    By csepraveenkumar in forum C and C++
    Replies: 4
    Last Post: 08-16-2009, 02:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts