goodmorningsky
Well-known member
- Joined
- Aug 18, 2003
- Messages
- 172
I want to get Current System Info where app runs such as Computer Name, Network ID, etc..
How to get those?
Thanks..
How to get those?
Thanks..
Environment has a lot of other goodies too!
yeah, trees, sunshine, sea
Originally posted by DaveWright
Is it possible to pull the .NET version and subcomponent version numbers (such as ODBC) from the Environment variable or something like it ?
lblVersion.Text = ".NET Framework Version " & Environment.Version.Major _
& "." & Environment.Version.Minor _
& "." & Environment.Version.Build