M
Mickey Ferguson
I'm trying to find a way to programmatically determine if the toolbar is set
to auto hide or not. I found the registry key that seems to be modified by
changing the setting from the properties window
(HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Desktop\Components\0, 'Position' entry), but it appears to be a
large bitmask. I couldn't find any documentation that showed my how to
translate that setting.
Is there either an API call I can make to find this out (hopefully that will
cover Windows 2000, XP and subsequent OS versions? Barring that, can
someone provide technical detail that shows how to
Here is a diff script showing the difference in the captured registry of an
OS with auto hide turned off and then turned on:
8c8
<
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,e4,02,00,00,00,\
---
Alternatively, here is what CSDiff shows when I diff the two exported reg
files. (I hope the first 'Position' line shows up in strikethrough, with
the second line as the replacement.)
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Desktop\Components\0]
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,e4,02,00,00,00,\
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,00,03,00,00,00,\
00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00
to auto hide or not. I found the registry key that seems to be modified by
changing the setting from the properties window
(HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Desktop\Components\0, 'Position' entry), but it appears to be a
large bitmask. I couldn't find any documentation that showed my how to
translate that setting.
Is there either an API call I can make to find this out (hopefully that will
cover Windows 2000, XP and subsequent OS versions? Barring that, can
someone provide technical detail that shows how to
Here is a diff script showing the difference in the captured registry of an
OS with auto hide turned off and then turned on:
8c8
<
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,e4,02,00,00,00,\
---
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,00,03,00,00,00,\
Alternatively, here is what CSDiff shows when I diff the two exported reg
files. (I hope the first 'Position' line shows up in strikethrough, with
the second line as the replacement.)
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Desktop\Components\0]
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,e4,02,00,00,00,\
"Position"=hex:2c,00,00,00,4e,00,00,00,00,00,00,00,b2,03,00,00,00,03,00,00,00,\
00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00