Windows Name
-
Hi, Kindly let me know that, How may I get the name of Windows Operation system using C#? Actually I want to know that, what windows is being used. Example: Windows XP or Windows Server 2003 or Windows Server 2008 or Windows Vista or Windows 7 Thank you (Riaz)
-
Hi, Kindly let me know that, How may I get the name of Windows Operation system using C#? Actually I want to know that, what windows is being used. Example: Windows XP or Windows Server 2003 or Windows Server 2008 or Windows Vista or Windows 7 Thank you (Riaz)
You need to use the OSVersion Property of the System.Environment Class. Here is an MSDN article on how to do it How to determine the Windows version by using Visual C#[^]. (Hint - it was the first hit in a Google search). Hope this helps
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
-
You need to use the OSVersion Property of the System.Environment Class. Here is an MSDN article on how to do it How to determine the Windows version by using Visual C#[^]. (Hint - it was the first hit in a Google search). Hope this helps
...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....
Thans Wayne