VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Customise Standard Toolbar Fix

MrBobo  (49 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

If you've ever tried to use the standard Toolbar customise feature then you will know it doesn't work. This is a documented bug - visit MS and do a search. They offer some solutions, but these only partially rectify the problems. The problems involve an inabilty to reliably save the configuration of the Toolbar and a failure to display unused items in the left hand selection Listview.
My fix
Scrap the feature entirely - uncheck AllowCustimize checkbox in properties
Replace the dialog with a clone form
Power the function with a simple class

Assumes
If you've ever tried to use the standard Toolbar customise feature then you will know it doesn't work. This is a documented bug - visit MS and do a search. They offer some solutions, but these only partially rectify the problems. The problems involve an inabilty to reliably save the configuration of the Toolbar and a failure to display unused items in the left hand selection Listview. My fix Scrap the feature entirely - uncheck AllowCustimize checkbox in properties Replace the dialog with a clone form Power the function with a simple class

Rate Customise Standard Toolbar Fix (3(3 Vote))
Customise Standard Toolbar Fix.bas

Customise Standard Toolbar Fix Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters