ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More
Save Toolbar Positions
-
Have any of the "Reverse Engineering" Gurus out there found a SendMessage() value to save or restore toolbar positions?
And/Or has anyone found where and how these positions and other toolbar stuff are saved in the registry?
-
When I last looked at the registry it appeared that the function was simply making a second set of registry keys.
Originally you got lots of
ToolbarsUser-Bar0 ToolbarsUser-Bar1 ToolbarsUser-Bar2 ...
When you use SU8's Save Position you get an extra set:
ToolbarsUserCustom-Bar0 ToolbarsUserCustom-Bar1 ToolbarsUserCustom-Bar2 ...
So it's no easier to control their positions now, than what it was before.
Advertisement