goodmorningsky Posted February 25, 2004 Posted February 25, 2004 I want to get Current System Info where app runs such as Computer Name, Network ID, etc.. How to get those? Thanks..:) Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
bri189a Posted February 25, 2004 Posted February 25, 2004 Environment.MachineName; Environment.OSVersion; Environment.MachineName Environment.OSVersion Environment has a lot of other goodies too! :) Quote
Jay1b Posted February 26, 2004 Posted February 26, 2004 Environment has a lot of other goodies too! :) yeah, trees, sunshine, sea :) Quote
m7j4p7 Posted February 26, 2004 Posted February 26, 2004 yeah, trees, sunshine, sea Well, it could do, although I don't know which part of the system this references!! :D Quote :) Mike :) He who has a secret, must keep it secret he has a secret to keep......
DaveWright Posted February 26, 2004 Posted February 26, 2004 Is it possible to pull the .NET version and subcomponent version numbers (such as ODBC) from the Environment variable or something like it ? Quote
rustyd Posted February 26, 2004 Posted February 26, 2004 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 Quote rustyd
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.