Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access VBA Modules
Need function to determine if OS is Vista
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Douglas J. Steele, post: 2098711"] Add the following to [URL]http://www.mvps.org/access/api/api0055.htm[/URL] at "The Access Web" If .dwPlatformId = VER_PLATFORM_WIN32_NT And _ .dwMajorVersion = 6 Then strOut = "Windows Vista (Version " & _ .dwMajorVersion & "." & .dwMinorVersion & _ ") Build " & .dwBuildNumber If (Len(.szCSDVersion)) Then strOut = strOut & " (" & _ fTrimNull(.szCSDVersion) & ")" End If End If [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access VBA Modules
Need function to determine if OS is Vista
Top