Multiline tooltip |
Post Reply |
Author | |
Rod001
Newbie Joined: 29 September 2006 Location: United States Status: Offline Points: 25 |
Post Options
Thanks(0)
Posted: 11 October 2006 at 5:40pm |
Hi,
Is there a way to display the tooltips as muiltline?
Thanks.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Well, not sure what do you mean exactly.
Even standard Calendar tooltips are multiline when it is necessary. Moreover, you can use custom tooltips and make them in any way you'd like -- see Tooltips type in VB sample Option dialog and a corresponding code. -- WBR, Serge |
|
Rod001
Newbie Joined: 29 September 2006 Location: United States Status: Offline Points: 25 |
Post Options
Thanks(0)
|
Hi, Thanks for the quick reply, What I am trying to say is that if I use the "CalendarControl1_MouseMove" for custom tooltips behavior and insert a carriage return - linefeed the tooltip displays as a single line of text. Private Sub CalendarControl1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long) Thanks
Rod001 |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
ControlTipText is a standard VB property...
See following links: http://vb-helper.com/howto_multi_line_tooltip.html http://www.freevbcode.com/ShowCode.asp?ID=6504 -- WBR, Serge |
|
frannie0730
Newbie Joined: 04 November 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
I also am having a problem getting the tooltips to display multi line, has anyone got this thing to work and how? An emaple would be nice.
Thanks all.
|
|
frannie0730
Newbie Joined: 04 November 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Sorry, after reading my post I notice that there was not much information. What happens is that when I use "CalendarControl1_MouseMove" and one of the links above to create a standard VB multi line tooltips property only a single line appears on nothing at all.
Sorry and thanks for any help |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Note that there are no standard VB multiline tooltips. All the links above just shows examples of workarounds on this problem. -- WBR, Serge |
|
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 |