Post: VB.Net - Tutorial 1 Remote IP Address
04-13-2013, 04:51 PM #1
KLArcher
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys this is my first ever Visual Basic tutorial today im going to be showing you how to get your remote IP Address using a few lines of coding.

Items required:
1x Label
1x GroupBox (Optional)




    
Dim req As HttpWebRequest = WebRequest.Create(https://s2lobbies.x10.mx/admin/save.php)
Dim res As HttpWebResponse = req.GetResponse()
Dim stream As Stream = res.GetResponseStream
Dim sr As New StreamReader(stream)
Label1.Text = sr.ReadToEnd


Make sure you put these imports at the top of your form otherwise you will get errors.

    Imports System.Net
Imports System.IO


Thank you for watching the video if you liked the tutorial please leave a Like on the video aswell as feedback on this thread.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo