LagAbuse.com

Unofficial Section => Programming => Topic started by: JokeBOx on February 04, 2012, 11:47

Title: [Tutorial]IP-address in VISUAL BASIC!
Post by: JokeBOx 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)