Support Forums

Full Version: [VB8] Getting Your IP & Information [TUT]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
thanks for this source. now i can gather my IP & Information easily.
(11-13-2010, 07:28 PM)~AUB Wrote: [ -> ]thanks for this source. now i can gather my IP & Information easily.
So you read the title and decided to post Roflmao
Pretty nice share, I'll probably use this later. Thanks.
Good post, but let me everybody some work... if you want your IP only.

Code:
Dim wc As Net.WebClient = New Net.WebClient
Dim ip As String = wc.DownloadString("http://whatismyip.com/automation/n09230945.asp")
MessageBox.Show(ip)
very nice tutorial....i will add this to my next project.
(08-14-2010, 06:18 AM)wchar_t Wrote: [ -> ]there is no such language as vb8.

-.-

its just vb.net

LOLed at that part. Dude VB8 stands for Microsoft Visual Basic Version 8, you are so Lazy, Google it.SleepRoflmao
(08-14-2010, 06:18 AM)wchar_t Wrote: [ -> ]there is no such language as vb8.

-.-

its just vb.net

So it was probably you who rated the thread with 1*... Ninja
Great share! Keep this section alive... Oui
it's an old thread that got bumped, but VB8 would stand for Visual Basic 2008. VB.net isn't always the same. Between VB6 and VB 2010, a few of the syntax's are different so it's helpful to know what version of Visual basic the code was written for.
(08-14-2010, 06:18 AM)wchar_t Wrote: [ -> ]there is no such language as vb8.

-.-

its just vb.net

No you are wrong , Visual Basic is a Programming Language , 8 is the version of Visual Basic . OK please do understand it.Oui
Pages: 1 2 3