aewarnick Posted March 11, 2003 Posted March 11, 2003 Is there any way to get just the operating systems ex: "Windows '95" I have had to use Environment.OSVersion and then chop it up to get just Windows '95. Quote C#
aewarnick Posted March 14, 2003 Author Posted March 14, 2003 and Environment.OSVersion is not specific enouph. For example, I have xp, but it retuns nt and not xp. Nt is not the same as xp in many ways (probably). Does anyone know of any other way to get the operating system? Quote C#
*Gurus* divil Posted March 15, 2003 *Gurus* Posted March 15, 2003 Environment.OSVersion is fine. You just have to figure out what to do with the version numbers it gives you. Do some research. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
aewarnick Posted March 16, 2003 Author Posted March 16, 2003 I just read a bunch of that faq you posted. It was very good. I will look for what to do with the version numbers and will post back. Quote C#
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.