I've been struggling to check for Windows Edition with vb.net....
i.e. Home Edition, Profession Edition, TabletPC Edition
I noticed that to check the operating system version, I can use Environment.OSVersion.ToString (it'll give me Windows NT 5.1.2600.0 where "Windows 5.1" represents XP....and that the 2600 and 0 stays the same even if I'm in a different edition)
Can someone give me a help?
Thanks a lot.
i.e. Home Edition, Profession Edition, TabletPC Edition
I noticed that to check the operating system version, I can use Environment.OSVersion.ToString (it'll give me Windows NT 5.1.2600.0 where "Windows 5.1" represents XP....and that the 2600 and 0 stays the same even if I'm in a different edition)
Can someone give me a help?
Thanks a lot.