I'm using the following API:
Code:
Declare Function GetVersionEx Lib "kernel32.dll" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long
I was hoping it would return something like "windows 98" or "windows 95" but instead it returns the version number. I know that "4.10" is windows 98 and "4.0" is windows 95... does anyone know the number for NT, ME, 2k, etc... or does anyone know how to make it return the names like I wanted instead of the number? Any help is appreciated. Later,

-zer0 flaw