queryregistry not returning dword values
Posted: Thu Jun 14, 2012 8:24 pm
At least on 64 bit Windows 7.
LiveCode 5.5
For example:
put queryRegistry("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowInfoTip") into tTest
Returns empty string.Bug?
reg_sz types are working correctly..
Also while trying something I saw that
put binaryDecode("I", queryRegistry("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowInfoTip")) into tTest
just quiets the function immediately altogether without error
LiveCode 5.5
For example:
put queryRegistry("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowInfoTip") into tTest
Returns empty string.Bug?
reg_sz types are working correctly..
Also while trying something I saw that
put binaryDecode("I", queryRegistry("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowInfoTip")) into tTest
just quiets the function immediately altogether without error