473,669 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reflection of ToolTip text for controls

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.
Nov 15 '05 #1
3 2271
What do you need that the tooltip control doesn't provide?

Add one to the form, then add a tooltip for each control on the form using
the extended property "tooltip text on tooltip1" which appears in the
properties.

--
Bob Powell [MVP]
C#, System.Drawing

September's edition of Well Formed is now available.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Blog http://bobpowelldotnet.blogspot.com

"Mr.Tickle" <Mr******@mrmen .com> wrote in message
news:u9******** *****@TK2MSFTNG P12.phx.gbl...
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.

Nov 15 '05 #2
I want to take that text or an some other text i have and place that on a
panel in an area for every control that the mouse hovers over.
"Bob Powell [MVP]" <bob@_spamkille r_bobpowell.net > wrote in message
news:Oy******** ******@TK2MSFTN GP11.phx.gbl...
What do you need that the tooltip control doesn't provide?

Add one to the form, then add a tooltip for each control on the form using
the extended property "tooltip text on tooltip1" which appears in the
properties.

--
Bob Powell [MVP]
C#, System.Drawing

September's edition of Well Formed is now available.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Blog http://bobpowelldotnet.blogspot.com

"Mr.Tickle" <Mr******@mrmen .com> wrote in message
news:u9******** *****@TK2MSFTNG P12.phx.gbl...
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.


Nov 15 '05 #3
You need to write your own Extender Provider control to do this.

Create an extender provider that adds a text property to all controls and
have it service their mouse hover event. When the event is trapped, the
control will raise an event that you can use to update a status bar panel or
indeed, any other text display object with the contents of the property,

Issue 1 of Well Formed has an extender-provider that does this for menu
items. The control can easily be adapted for your needs.

--
Bob Powell [MVP]
C#, System.Drawing

September's edition of Well Formed is now available.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Blog http://bobpowelldotnet.blogspot.com

"Mr.Tickle" <Mr******@mrmen .com> wrote in message
news:#U******** ******@TK2MSFTN GP10.phx.gbl...
I want to take that text or an some other text i have and place that on a
panel in an area for every control that the mouse hovers over.
"Bob Powell [MVP]" <bob@_spamkille r_bobpowell.net > wrote in message
news:Oy******** ******@TK2MSFTN GP11.phx.gbl...
What do you need that the tooltip control doesn't provide?

Add one to the form, then add a tooltip for each control on the form using the extended property "tooltip text on tooltip1" which appears in the
properties.

--
Bob Powell [MVP]
C#, System.Drawing

September's edition of Well Formed is now available.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Blog http://bobpowelldotnet.blogspot.com

"Mr.Tickle" <Mr******@mrmen .com> wrote in message
news:u9******** *****@TK2MSFTNG P12.phx.gbl...
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.



Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2694
by: Robert | last post by:
Hello. I have been trying out the Lebans ToolTip Classes at http://www.lebans.com/tooltip.htm, to display "balloon" style help tips in a form. The classes I am using are located at http://www.lebans.com/DownloadFiles/A2kTooltip.zip So far the classes work perfectly, except that now I need to extend it to support other controls besides the ones given in the example form. I have gotten it to work with some controls, but not others. I...
8
3062
by: Rachel Suddeth | last post by:
I have an application where some forms have many (say 100) UserControls on them (each of which contain a label, an image, and a data entry control), and each UserControl has a ToolTip provider (although really we don't assign ToolTips to most of the controls), and then the UserControl exposes a ToolTipText property which sets the same ToolTip for all 3 contained controls. It would be possible to have one ToolTip provider on the form...
0
1511
by: Steve R | last post by:
I've built a composite web custom control with a lot of child controls. I assigned ToolTip values to some of these controls. The ToolTip pop-ups were working fine until I monkeyed with the order I am rendering the controls. I had to do this so that the control rendered properly when a developer drags it from the toolbox onto the page. Any ideas? Below is the meat of the code from my user control. The remainder is private methods.
6
403
by: ltt19 | last post by:
HI everyone, So, I have many buttons, and all of them must show a tooltip with the same string, except one word, that I must read this owrd from a variable. Although, the "ToolTip on x" property do not let me to write a little paramter of concanatantion (at least I was not able to do this). Does someone has any ideas? Any help will be very useful. Thanks in advance.
1
1964
by: Steve | last post by:
I want to show a tooltip over one of my WinForm controls at startup. The control is part of a UserControl that I'm hosting in a CAP DeckWorkspace. In other words, I have many user controls that I activate or show by bringing them to the front. I have a tooltip control setup to be a balloon tooltip. Inside the Load event handler for the UserControl I have this code: toolTip_ChangeSearchLocation.Show("Some text.",...
5
11669
by: John Dolinka | last post by:
I am trying to change a tooltip on an asp.net (framework 2) textbox with out a post back to the server. I can access many of the textbox properties and change them but not the tooltip. Below is a code snippet of javascript that works and the one tooltip "property" that does not. Any ideas?
4
3631
by: Pieter | last post by:
Hi, Using VB.NET 2.0, Windows Forms. I want the ToolTip to be shown on every TextBox, ComboBox and DataGridView continuously, and show the contence of these controls. Is there a way to add the ToolTip automaticly for all these controls, without having to link it the whole time to them for every new Control I put on my Forms? And regarding the DataGridView: The ToolTip doesn't show the whole value of every Cell, but cuts it off when...
4
7807
by: rn5a | last post by:
A DataList displays 3 columns - Product, Category & Price. These columns are populated with records from a SQL Server 2005 DB table. Apart from the above 3 DB columns that the resultset retrieves, there is another DB column named 'Description'. Though the resultset fetches this column as well along with the above 3 columns, I am excluding the Description column from the DataList - the reason being most of the descriptions are pretty long &...
2
2686
by: =?Utf-8?B?Unlhbg==?= | last post by:
I have a winform with 20 text boxes; some text boxes have default values and some are blank. I have the following code to display ToolTip for each of the TextBox controls: System.Windows.Forms.ToolTip ToolTip1 = new System.Windows.Forms.ToolTip(); foreach (Control ctrl in this.Controls) { if (ctrl is TextBox) {
0
8383
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8895
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8809
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8588
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2797
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2032
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.