|
-
Mar 21st, 2018, 09:37 AM
#11
Fanatic Member
Re: CommonControls (Replacement of the MS common controls)
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|