J
JustMe
Hi ...
I have a tabcontrol on my form. When the user clicks on tabpage1, I need to
show a toolbar. This works fine. When the user clicks on tabpage2, I need
to hide the toolbar, and replace it with a menu.
No matter what I try, I cannot get the toolbar to disappear.
I've tried all of the following:
toolbar1.hide
toolbar1.visible=false
me.controls.remove(toolbar1)
toolbar1.dispose
me.menu = nothing
Am I missing something obvious?
Thanks in advance.
--Terry
I have a tabcontrol on my form. When the user clicks on tabpage1, I need to
show a toolbar. This works fine. When the user clicks on tabpage2, I need
to hide the toolbar, and replace it with a menu.
No matter what I try, I cannot get the toolbar to disappear.
I've tried all of the following:
toolbar1.hide
toolbar1.visible=false
me.controls.remove(toolbar1)
toolbar1.dispose
me.menu = nothing
Am I missing something obvious?
Thanks in advance.
--Terry