|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
WindowsVersion - The version number of the operating system
|
Total Hit (2025) |
Just copy and paste the following code into Form code window
«code LangId=1»Private Type OSVERSIONINFO
dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long
dwBuildNumber As Long
dwPlatformId As Long
szCSDVersion As String * 128
End Type
Priva
....Read More |
Rating
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|