How to distinguish between VISTA and XP by using a registry key?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello, Do you know any registry key that says which Operating System we are using? Thanks! :doh:
-
Why bother reading the registry when there is an API call that retrieves that information? GetVersionEx[^] Judy