Howdy,
After installing, I open cmd.exe/Command Prompt and ver command returns: 6.3.9431
But when I get the OS version number programatically I get: 6.2.9200
I try both in VB.NET using .NET Framework (My.Computer.Info.OSVersion.ToString) and VB6 via GetVersionExA Lib "kernel32".
All the same result, it makes a big problem for developers if real version is 6.3.9431 and they get 6.2.9200!
Thanks.
After installing, I open cmd.exe/Command Prompt and ver command returns: 6.3.9431
But when I get the OS version number programatically I get: 6.2.9200
I try both in VB.NET using .NET Framework (My.Computer.Info.OSVersion.ToString) and VB6 via GetVersionExA Lib "kernel32".
All the same result, it makes a big problem for developers if real version is 6.3.9431 and they get 6.2.9200!
Thanks.