IECUSTOMIZER
Hi,
I do very little C++ codeing and have little experience using it. What about bitblt called in your toolbar resize event I assume you are using a rebar for your toolbar container
Or am I missing something here
Do you want to know when the user changes the Icon size choice on the Buttons Toolbar or Command bar (Ie7).
That is a registry setting... I think in HKCU\Software\Micrsoft\Internet Explorer\Toolbars there is a CLSID (IE796980....) value that holds the Buttons Toolbar layout settings (I think that is the value name... you will have to use the regmon utility to find the exact name of the value that is changed when the Buttons Toolbar icon size is changed)
You would have to monitor that key to find out when it is changed, but there may also be values passed in the onPropertyChanged event of the Web browser.
I have not seen any other toolbars for IE resize their icons (for example when a toolbar is placed on the same line as the buttons toolbar with large icons)
Resizing icons should be automatic, with no codeing required, determined by system metrics settings of the user.