473,322 Members | 1,540 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Rich Text Tooltip for C#

1
Hi,

I am wondering if there is a (custom) RichText tooltip Control for C#.

There is one for the old MFC: http://www.codeproject.com/miscctrl/RichToolTipCtrl.asp

But I couldn't find anything for .Net (or C#).

Thank you
Mar 21 '07 #1
1 3770
SammyB
807 Expert 512MB
Hi,
I am wondering if there is a (custom) RichText tooltip Control for C#.
There is one for the old MFC: http://www.codeproject.com/miscctrl/RichToolTipCtrl.asp
But I couldn't find anything for .Net (or C#).
Thank you
In your Toolbox, there is a ToolTip "control." Add it to your project. In the form constructor, after the call to InitializeComponent, add a line like this:
Expand|Select|Wrap|Line Numbers
  1. InitializeComponent();
  2. toolTip1.SetToolTip(richTextBox1, "Enter text, Duh!");
HTH --Sam
Mar 21 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Mr.Tickle | last post by:
How can I get the tooltip in a generic way for any control that the mouse is hovering over in a single application, I dont want to have to code the MouseHover event handler on every form.
3
by: Craig G | last post by:
what way do you code it? i tried the following but it wouldnt display it lblAdd_info is a hidden field in the cell itself that contains the data i want to display in the tooltip text. i added the...
11
by: Webster | last post by:
Hello, I was wondering if there's a way to create a tooltip but add graphics to it. Currently I have a picturebox that I dynamically add graphics/labels/etc to, but when this "tooltip" is on the...
0
by: Boni | last post by:
Dear all, is it possible to have rich text formating on tooltip? Thanks, Boni
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
1
by: Steve Richter | last post by:
I am using <div align=centerto center a horizontal menu on the page. Problem is the center align of the div is rippling down to the menu items and causing the text of the dynamic popup sub menu...
8
mikek12004
by: mikek12004 | last post by:
1) Script Title: Rich HTML Balloon Tooltip 2) Script URL :http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm 3) Problem Description: See this page General Music for links you can...
1
mikek12004
by: mikek12004 | last post by:
1) Script Title:Rich HTML Balloon Tooltip 2) Script URL http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm 3) Describe problem: When I try to fetch the balloontips (the divs) and...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.