Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Class Form1
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
- Dim webclient As New System.Net.WebClient
- Dim IP As String = webclient.DownloadString("http://api.c99.nl/[email protected]&username=" + TextBox1.Text)
- TextBox2.Text = (IP)
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment