Or you could use:
DateAndTime.Now
DateAndTime.Now
VB.NET Computer Information [SRC]
|
Or you could use:
DateAndTime.Now
05-18-2011, 03:23 PM
Thank you for this!
Inventor1
05-19-2011, 09:19 PM
great share.
thanks will use
05-20-2011, 06:38 AM
Well I already found this on another forum and btw thanks for sharing ( because I forgot that forum xD )
That's not my Sig . So don't flame me.
01-07-2012, 09:58 AM
(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/
01-07-2012, 10:49 AM
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.
(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")
01-07-2012, 02:17 PM
(This post was last modified: 01-07-2012, 02:18 PM by AceInfinity.)
(01-07-2012, 09:49 AM)MineCrack Wrote: Just wondering, how would I get the HWID? Look into WMI objects, it's fairly easy. (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. 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...
01-07-2012, 03:13 PM
(01-07-2012, 09:58 AM)Fragma Wrote: Here:Not a really god tut, it's not made to work without requirements... |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[VB.NET] Animated Form Extend [SRC] | Fragma | 6 | 5,537 |
10-10-2013, 12:18 PM Last Post: Saket |
|
[VB.Net][SRC] YouTube Bot | HF~Legend | 5 | 3,653 |
11-25-2012, 05:54 AM Last Post: Ixam |
|
[VB.Net][SRC]ProgressBar Color | HF~Legend | 14 | 7,494 |
09-08-2012, 04:18 PM Last Post: spesificrelax |
|
Computer Information - Program Made By Me | BreShiE | 25 | 8,362 |
06-29-2012, 06:01 PM Last Post: iRtehLeet |
|
[VB.NET] Basic Reverse Connection RAT [SRC] | hasam | 1 | 3,044 |
02-01-2012, 03:10 PM Last Post: AceInfinity |