-
I'm developing a standard toolbar that I want to use throughout my programs.
I want to be able to Show/Hide the various command buttons that I have on my toolbar.
I've tried setting up an Enum with Show and Hide but am having no luck does anyone have a better solution and if so hows it done.
-
Do you have any examples? the show/hide should work but without seeing the code (or more specifically the part that deals with showing/hiding) it's kind of hard to help
-
Many thanks but I finally managed to sort it.