Author Topic: [Tutorial]IP-address in VISUAL BASIC!  (Read 1565 times)

Offline JokeBOx

  • Advanced Member
  • *
  • Topic Author
  • Posts: 206
  • Karma: +8/-27
  • HELLO!!!!!!!!!!!!!!!
  • Awards Winner of 1 Photoshop Challenge Contest [COMMON]
    • View Profile
    • Awards
[Tutorial]IP-address in VISUAL BASIC!
« on: February 04, 2012, 11:47 »
I will tell you how to make program for ip adress, but not local..... WAN!

Code: [Select]
Private Sub Form_Load()
Dim strHtml As String

strHtml = Inet1.OpenURL("http://simple.showmyip.com/")
Text1.Text = strHtml:P

End Sub

But ofc, you need to add int control in the form (Microsoft Internet Transfer Control)