Dtection of OS
-
Hi, Using .netframework 2.0, I can see the My.Computer.Info.OSPlatform information for the XP I am using, i.e. "Win32NT", and and the .OSversion i.e. "5.1.2600.131072". As I don't have a Vista pc, can anyone tell me what the My.Computer.Info.OSPlatform string would be if I was running Vista? If the same as above, what would the version no. be like? Thanks for your help
BillyTheKidney
-
Hi, Using .netframework 2.0, I can see the My.Computer.Info.OSPlatform information for the XP I am using, i.e. "Win32NT", and and the .OSversion i.e. "5.1.2600.131072". As I don't have a Vista pc, can anyone tell me what the My.Computer.Info.OSPlatform string would be if I was running Vista? If the same as above, what would the version no. be like? Thanks for your help
BillyTheKidney
Hi, the OS family is identified by the first two numbers; the others depend on the exact build and optional service packs. NT starts with 5.0. XP starts with 5.1. Vista starts with 6.0. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Sorry for any delays in replying, I currently don't always get e-mail notifications.