I am using VB .Net 2.0. I know I can detect the OS using
System.Environment.OSVersion
Can anyone tell me if there’s a list somewhere where I can find what that generates for different OS versions.
Specifically I am trying to detect if a user is running Windows 7 64-bit.
For a list of versions see here: http://www.nirmaltv.com/2009/08/17/windows-os-version-numbers/
To find out 32 vs 64 bit, see this previous question: How to detect Windows 64-bit platform with .NET?