how can I show operating system info through c# code
Hi I am working on a windows application i开发者_JS百科n c#. I want to show a dialog box which describes the operating system information on click of a menu item. I should achieve this programatically.
Please let me know the procedure to achieve this.
Thanks in Advance
Use this: System.Environment.OSVersion
精彩评论