TOOLBAR PROBLEM

Place a toolbar, ShowTips=True, on a form.
Use a timer to Debug.Print the toolbar's ShowTips property value.
Place a command button to set ShowTips=False.
Fill it with buttons and set their tooltips by code.
Start.

See it working: ShowTips=True
Hit the command button to set ShowTips=False.
See in the Debug window that this worked.

Move over the buttons, and still see the tooltips.

---

I need to kill the tooltip in special cases.
I tried to ShowTips=False to kill it, and ShowTips=True afterwards.
Doesn't work.

Ideas?