The text of this article is not in this database — only its details are. Read it on the old site: Find an Operating System version?
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Find an Operating System version?
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Menaga DevPosted Dec 7, 2010, 7:24 AM
Click Start, and then click Run. In the box, type winver, and then click OK. It will display the OS version. Or u can use the below code : Public Function OSVersion() As String Return Environment.OSVersion.ToString End Function