Christian,

Can you help? I need to find the version of Windows OS the user is using. I've 
used the following code from the examples on your website:

const path="HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion"
dim r as new RegistryMBS
msgBox "This OS is: "+r.getStringValue(path, "ProductName", true)

I'm on a 64bit version of Windows 8, so I added the "true" option, but also 
tried without it. All I can get is an error resulting in a msgbox with "This OS 
is: ". What am I missing?

Thanks, and Warm Regards,
        Albert Wallace
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to