G
Guest
I want a means to determine whether the perating system is Vista or not, upon
startup of an application. It does not need to check for all possible
permutations of Windows operating systems - just Vista or not.
The problem, however, with using the typical GetVersionEx API is
compatibility mode - which I have never gotten to work for any application,
but I digress.... The OS checker function has to be reliable.
Some possible approaches ?
Since I have no clue how to check any of these, what do you make of the
problem ?
Thank you.
BrerGoose
startup of an application. It does not need to check for all possible
permutations of Windows operating systems - just Vista or not.
The problem, however, with using the typical GetVersionEx API is
compatibility mode - which I have never gotten to work for any application,
but I digress.... The OS checker function has to be reliable.
Some possible approaches ?
registry values at HKLM\Software\Microsoft\Windows NT\CurrentVersion
check for existence of a Vista-only system file in WINDOWS\SYSTEM32
check the version of Notepad.exe
check the version of the VBA reference
Since I have no clue how to check any of these, what do you make of the
problem ?
Thank you.
BrerGoose