VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Customise Standard Toolbar Fix

by MrBobo (49 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Upload

Download this snippet    Add to My Saved Code

Customise Standard Toolbar Fix Comments

No comments have been posted about Customise Standard Toolbar Fix. Why not be the first to post a comment about Customise Standard Toolbar Fix.

Post your comment

Subject:
Message:
0/1000 characters