开发者

how can I show operating system info through c# code

开发者 https://www.devze.com 2023-02-04 11:16 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消