Is there a ToolTip event? |
Post Reply |
Author | |
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
Posted: 19 June 2008 at 4:15am |
I have started using Markup in ToolTips and they look great. But if I have to add a MarkUp ToolTip text string to every control and menu item, the amount of code will be very big.
So has anybody got a better idea for adding lots of MarkUp ToolTips? For example, if there was a ToolTiprequired event, I could generate the tooltips only when needed. Any ideas? |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
I hardly believe it, but the following does work
(and solves my problem) .ToolTip = GetTip(123) Private Function GetTip(byVal TipNbr as long) as String ..........code to create complicated MarkUp string to suit button 123 ........... End Function (I still cannot see how this can work, but it is great!!! ) |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |