Vb Net Check Operating System

[Solved] Vb Net Check Operating System | Vb - Code Explorer | yomemimo.com
Question : vb.net check operating system

Answered by : helpful-hyena-o3aes5gjr77f

 Dim osVer As Version = Environment.OSVersion.Version If osVer.Major = 6 And osVer.Minor = 1 Then Console.WriteLine("win7!!") End If

Source : https://stackoverflow.com/questions/6555208/detect-operating-system | Last Update : Fri, 07 May 21

Answers related to vb net check operating system

Code Explorer Popular Question For Vb