Thread Rating:
  • 5 Vote(s) - 1.8 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Computer Information - Program Made By Me
#1
[Image: YzwzC.png]

I've just made a quick program, which pulls your computer information.
  • Computer Username
  • Computer Name
  • Internal IP Address
  • External IP Address

Picture


Download Link:
http://www.mediafire.com/?8apiua7slvf2om4

You can scan it yourself, I can't be bothered to do it.
Reply
#2
It's just 1 line of code per line..
Reply
#3
Are you dumb? I have around 30-50 lines of code in the source.
Reply
#4
(11-12-2011, 06:41 PM)BreShiE Wrote: Are you dumb? I have around 30-50 lines of code in the source.

Code:
Dim Name As String = (My.User.Name)
Dim User As String = Name.Split("\").GetValue(0)
Dim CompName As String = Name.Split("\").GetValue(1)
Dim WC As New WebClient
Dim IP As String = WC.DownloadString("http://www.whatismyip.org/")
Dim LocalIP As String = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName()).AddressList(0).ToString()
MsgBox(CompName & vbNewLine & User & vbNewLine & IP & vbNewLine & LocalIP)

Nono
Reply
#5
(11-12-2011, 07:24 PM)iRtehLeet Wrote:
Code:
Dim Name As String = (My.User.Name)
Dim User As String = Name.Split("\").GetValue(0)
Dim CompName As String = Name.Split("\").GetValue(1)
Dim WC As New WebClient
Dim IP As String = WC.DownloadString("http://www.whatismyip.org/")
Dim LocalIP As String = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName()).AddressList(0).ToString()
MsgBox(CompName & vbNewLine & User & vbNewLine & IP & vbNewLine & LocalIP)

Nono


Not how I've done it, now stay away from my threads, thanks.
Reply
#6
(11-13-2011, 06:22 PM)BreShiE Wrote: Not how I've done it, now stay away from my threads, thanks.

Its only like 5 lines of code don't see why your releasing it lol Confused
Reply
#7
(11-14-2011, 12:20 PM)iRtehLeet Wrote: Its only like 5 lines of code don't see why your releasing it lol Confused


You don't know how I code, nor do you know how I've coded this. Now please, do not reply again.
Reply
#8
(11-14-2011, 12:38 PM)BreShiE Wrote: You don't know how I code, nor do you know how I've coded this. Now please, do not reply again.

Coders always want less code = better

I just showed you how to do it in 5 lines, if you really took 50-60 then your doing it wrong.
Reply
#9
(11-14-2011, 03:30 PM)iRtehLeet Wrote: Coders always want less code = better

I just showed you how to do it in 5 lines, if you really took 50-60 then your doing it wrong.

It's more like 10-15, but still. The way you did it is retarded, too simple for my liking.

Rather than spamming this forum, if you wish to contact me regarding this matter further, please AIM me. ibreshie.
Reply
#10
Not to flame, but he is right. The way he did it is more professional. Shorter code doesn't always mean a better program but most times it does. As it will actually be faster most times.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  VB.NET Computer Information [SRC] Fragma 35 17,075 01-07-2012, 03:56 PM
Last Post: Quantum
  EzInfo Source | Computer Information Grabber Die 3 2,019 01-03-2012, 02:07 PM
Last Post: Die
  Computer Commands made by Red X Red X 5 1,568 07-31-2011, 09:05 PM
Last Post: Red X
  [VB8] Getting Your IP & Information [TUT] Fragma 28 12,506 05-20-2011, 06:53 AM
Last Post: stephen5565
  [HELP] Program I Made not running? Richard 8 2,791 03-26-2011, 08:45 AM
Last Post: HakkuR*

Forum Jump:


Users browsing this thread: 1 Guest(s)