Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VB.NET Computer Information [SRC]
#21
Or you could use:
DateAndTime.Now
Reply
#22
Thank you for this!

Inventor1
Reply
#23
great share.
thanks will use
Reply
#24
Well I already found this on another forum and btw thanks for sharing ( because I forgot that forum xD Smile )
[Image: UTLN2.gif]
That's not my Sig . So don't flame me.
Reply
#25
Just wondering, how would I get the HWID?
[Image: xypfOL.png]
Reply
#26
(01-07-2012, 09:49 AM)MineCrack Wrote: Just wondering, how would I get the HWID?

Here:
http://thebotnet.com/programming/92494-t...your-apps/
Reply
#27
I made a similar thing to this in VB6, but instead was a program rather than the code. It didn't go into this great of detail but included the PC name, PC owners username, external and internal IP address. I myself use it quite often, it comes in handy for me.
Reply
#28
(01-07-2012, 10:49 AM)BreShiE Wrote: I made a similar thing to this in VB6, but instead was a program rather than the code. It didn't go into this great of detail but included the PC name, PC owners username, external and internal IP address. I myself use it quite often, it comes in handy for me.

I think pretty much everyone starting off programming makes something similar to this due to how basic it is to do.
Most just grab what's given to them by Visual Basic though rather than grabbing from the registry manually, (I say manually even though it is pretty much also given to you on a plate, but does require more thinking than stuff such as "Textbox1.text = My.Computer.Info.OSFullName")
Reply
#29
(01-07-2012, 09:49 AM)MineCrack Wrote: Just wondering, how would I get the HWID?

Look into WMI objects, it's fairly easy. Smile

(01-07-2012, 10:53 AM)Fragma Wrote: I think pretty much everyone starting off programming makes something similar to this due to how basic it is to do.
Most just grab what's given to them by Visual Basic though rather than grabbing from the registry manually, (I say manually even though it is pretty much also given to you on a plate, but does require more thinking than stuff such as "Textbox1.text = My.Computer.Info.OSFullName")

That's when you try moving over to WMI objects as the next step in your learning process. A bit more advanced, but still super simple...
Reply
#30
(01-07-2012, 09:58 AM)Fragma Wrote: Here:
http://thebotnet.com/programming/92494-t...your-apps/
Not a really god tut, it's not made to work without requirements...
[Image: xypfOL.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET] Animated Form Extend [SRC] Fragma 6 5,252 10-10-2013, 12:18 PM
Last Post: Saket
  [VB.Net][SRC] YouTube Bot HF~Legend 5 3,379 11-25-2012, 05:54 AM
Last Post: Ixam
  [VB.Net][SRC]ProgressBar Color HF~Legend 14 6,815 09-08-2012, 04:18 PM
Last Post: spesificrelax
  Computer Information - Program Made By Me BreShiE 25 7,253 06-29-2012, 06:01 PM
Last Post: iRtehLeet
  [VB.NET] Basic Reverse Connection RAT [SRC] hasam 1 2,848 02-01-2012, 03:10 PM
Last Post: AceInfinity

Forum Jump:


Users browsing this thread: 1 Guest(s)