No announcements
Found 2821438 threads
-
0 Votes
changing tooltip font using 'SendMessage ... WM_SETFONT' results in underlined text in tooltip
text in the tooltip is underlined. If I create a Tooltip from within the ahk script and modify its font, it works as planned without ... -
0 Votes
ToolTip with formatted (color/font highlighting) text?
Hi, Trying to implement a toolTip with text content with sections highlighted in different color/font. With the ToolTip control, ...Answered | 3 Replies | 3187 Views | Created by Dasa - Monday, August 7, 2006 8:20 AM | Last reply by James Knowles - Monday, August 7, 2006 6:46 PM -
0 Votes
change ToolTip font
Is there any way to change the font used in ToolTip components? I want to set it to a fixed width font so I can apply some formatting. I'd also be interested ...Answered | 1 Replies | 8483 Views | Created by kufu - Friday, September 30, 2005 12:57 AM | Last reply by Vikram - Friday, September 30, 2005 1:35 AM -
0 Votes
Tooltip Text
How to assign tooltip text for command buttons, linklabels in Windows Forms in c#.net? I'm using Visual Studio 2005.Answered | 1 Replies | 4969 Views | Created by Murthi - Tuesday, February 28, 2006 7:00 PM | Last reply by Brendan Grant - Tuesday, February 28, 2006 7:32 PM -
0 Votes
changing tooltip in visualstatemanager
change the ToolTip.(Of course, you can both handle Checked and Uncheck event to change the ToolTip). a sample code as below. (Assume the control is ...Answered | 2 Replies | 2292 Views | Created by gnop1 - Monday, August 30, 2010 7:49 PM | Last reply by Daoping Liu - MSFT - Friday, September 3, 2010 5:13 AM -
0 Votes
ToolTip Font Change?
Alex, I have no problems displaying a tooltip of 2 lines using Font("Arial", 11). Could you post the font used and the text that you are ...Answered | 19 Replies | 40135 Views | Created by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Friday, May 18, 2007 2:46 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Tuesday, November 13, 2007 10:15 PM -
0 Votes
Multiline text in tooltip
Hi, I would like to have multiline text appear in my tooltips. I have found code that restyles allAnswered | 2 Replies | 5689 Views | Created by Radek Cerny - Thursday, September 27, 2007 3:59 AM | Last reply by Radek Cerny - Thursday, September 27, 2007 5:42 AM -
0 Votes
Text List in a ToolTip
Hi, I am using a small dataset I'd like to show in the tooltip... i have the varible x defined as arraylist but I can't get it ...Answered | 2 Replies | 2839 Views | Created by LandLord323 - Thursday, May 20, 2010 2:15 AM | Last reply by Hazelrah - Thursday, May 20, 2010 4:23 AM -
0 Votes
Unwanted ToolTip text in DataGridView
Thanks for the information and follow-up. For changing the text to something different than X, it works. Is it possible to disable the tool tip in this ...Answered | 10 Replies | 3412 Views | Created by tombihn - Wednesday, February 8, 2012 9:16 PM | Last reply by Mike Feng - Tuesday, February 21, 2012 9:44 AM -
0 Votes
tooltip text
Hi aivarinns, We cannot set the tabs length directly, we can only get the tabs rectangle by using tabControl1.GetTabRect(iAnswered | 2 Replies | 1810 Views | Created by aivarinns - Friday, July 27, 2012 8:01 AM | Last reply by Chester Hong - Tuesday, July 31, 2012 2:00 AM -
2 Votes
Using ToolTip in WPF
property called IsBalloon to indicate ToolTip using a balloon window. However, as far as I know, we do not have such a property in WPF, so to create a custom ...Answered | 2 Replies | 4526 Views | Created by thisissuneel - Wednesday, July 13, 2011 9:14 AM | Last reply by Annabella Luo - Monday, July 18, 2011 5:27 AM -
0 Votes
Font of tooltip
; } } A couple of things to note: 1. Text is measured AND drawn using ...Answered | 5 Replies | 4510 Views | Created by Scorgi - Wednesday, August 4, 2010 7:26 AM | Last reply by adrianhcole - Thursday, October 28, 2010 11:00 PM -
0 Votes
How to Show Formatted text in Tooltip?
Tooltip embed the RichTextBox? Need just show the formatted information using RichTextBox in ...Answered | 1 Replies | 1861 Views | Created by Yuanzi - Thursday, November 10, 2011 4:58 AM | Last reply by Nitesh Chordiya - Friday, November 11, 2011 6:08 AM -
0 Votes
Chart Series Tooltip Font
Is it possible to set the font properties on series tooltips? I have a pie chart with slice percentages in the tooltip, but I don't like the font - I'd ...Answered | 1 Replies | 4427 Views | Created by RJRapson - Thursday, May 14, 2009 8:09 PM | Last reply by Peter Choi - SQL - Friday, May 15, 2009 5:04 PM -
0 Votes
Changing Tooltip on taskbar
Actually the thing is that I want to change only the text of the tooltip showing on the taskbar. I had used the API SetWindowText() for changing the caption ofAnswered | 4 Replies | 5009 Views | Created by Manoj Gopan - Wednesday, September 5, 2007 10:55 AM | Last reply by Bite Qiu - MSFT - Tuesday, September 11, 2007 8:53 AM -
0 Votes
Override tooltip text
You need to set Description property of the custom activity. Tooltip text will be in format:<ActivityType> (Name: <ActivityName>)<Description>Answered | 3 Replies | 4832 Views | Created by Matt_ - Thursday, December 1, 2005 5:46 PM | Last reply by Ghenadie - MSFT - Thursday, December 1, 2005 8:35 PM -
0 Votes
tooltip as combobox text?
How do I code if I want a tooltip to return the text currently in a combobox? Cheers Sid Best Regards sidbarrettAnswered | 4 Replies | 2717 Views | Created by sidbarrett - Tuesday, July 14, 2009 1:39 AM | Last reply by sidbarrett - Saturday, July 18, 2009 2:52 PM -
1 Votes
Tooltip
Hi, how can i create a tooltip for a textbox that is in reporting services using visual studio2005.Answered | 1 Replies | 5972 Views | Created by LethaboM - Thursday, September 30, 2010 2:06 PM | Last reply by JohnGrove - Thursday, September 30, 2010 7:11 PM -
0 Votes
tooltip
You should be able to do this by first adding a tooltip component to the form (from the toolbox). Once you have a tooltip component on your form, you should see an extra property on ...Answered | 1 Replies | 3405 Views | Created by aravindhrm - Friday, July 17, 2009 5:37 AM | Last reply by nillebo - Friday, July 17, 2009 6:08 AM - Items 1 to 20 of 2821438 Next ›
No announcements