ASD
ASD

Reputation: 1441

how can I show operating system info through c# code

Hi I am working on a windows application in 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

Upvotes: 2

Views: 627

Answers (1)

Sarwar Erfan
Sarwar Erfan

Reputation: 18068

Use this: System.Environment.OSVersion

Upvotes: 1

Related Questions