Tagged Questions
0
votes
1answer
30 views
Tooltip showing twice
I'm showing a ToolTip on a certain button's MouseHover event. If I go over it once it works but if I leave, wait for the tooltip to disapear and come back on the button, it appears twice. I tried ...
0
votes
0answers
53 views
How can I modify the appearance of ListViewItem.ToolTIp Property?
I recently asked how to get a toolTip to show up on a ListViewItem (see this question). My question is, does anyone know how I would control the colour, size or font of this ListViewItem.ToolTipText ...
1
vote
3answers
59 views
Is there a way to set a control as a tooltip?
I'm wondering if it's possible to use ToolTip.SetToolTip or something similar to open a control as a tooltip instead of just a string (i.e. SetToolTip(controlToWhichToAdd, panelToDisplayAsToolTip) ...
0
votes
1answer
21 views
Obtaining ToolTip name
I must be stupid, but
ToolTip tooltip = new ToolTip();
// tooltip.Name << not exists, lol
I need it for something like this:
public partial class MyForm : Form
{
private void ...
1
vote
1answer
99 views
Generic ToolTip for ((TextBox)sender) when TextBox has focus
I am trying to implement a ToolTip for multiple textboxes. I currently have the folllowing
//selects all text in current textbox on textbox selection and changes BackColor to show which textbox has ...
0
votes
1answer
49 views
Display custom tooltip as Balloon
I am using a custom tooltip class in my WinForm application. It works great. But i would like to show it as a Balloon. Here is my code-
class CustomToolTip : ToolTip
{
public CustomToolTip()
...
0
votes
1answer
90 views
Use WindowsFormHost inside a wpf tooltip
i am trying to host a windows form panel inside a ToolTip.
Below is the Xaml code and the class behind for the ToolTip.
The issue is if I'm using windowsFormsHost the panel doesnt change the color, ...
0
votes
1answer
66 views
Tooltip on form load
I have a login form. The form has 2 textboxes, and 3 buttons. one button says "Students."
What I want to do is to show a tooltip on this button when the form opens. I dont want to have to go to the ...
3
votes
1answer
32 views
ClickEvent in message
I am trying to write a tooltip which is clickable. Currently i am thinking about a usercontrol which derives from IButtonControl and ToolTip.
public partial class JLToolTip : ToolTip, IButtonControl
...
3
votes
1answer
106 views
How to display tooltip in center of screen?
I'm using C# and I want to display a tooltip in the center of the screen instead of using MessageBox for some trivial tasks, such as showing exceptions and things like that.
How to do that? The ...
0
votes
2answers
86 views
How to set ToolTip's max width
I have a ToolTip which I want to assign maximum width to, and whenever the ToolTip reaches that width, it just jump a row down, just like label does.
How do I do that?
3
votes
2answers
400 views
Show image in tooltip of datagridview
Background: I am working with winforms in c#. I do not want images to be shown in datagridview cells, i have stored only path in database and showing them in datagridview from database.
Problem: When ...
0
votes
1answer
153 views
In MDI Child Form Tool Tip Not Getting Displayed
I am developing an desktop windows application, which have multiple windows forms.
The initial version of the application was such that one form will be called by another form.
But due to these ...
0
votes
1answer
36 views
How to know when the context menu of a control has been shown
I have a control that draws a diagram, and I show a tooltip when the user is hover an object.
I have also implemented the functionality to show a context menu when you right click the object.
The ...
1
vote
1answer
103 views
Tooltip like information popup
I have a two treeview and a drag and drop functionality between them.
When I drag things from one control to the other I want a popup to say something like :
3 item(s) added.
A tooltip is ...
1
vote
1answer
111 views
Set tooltip for Infragistics UltraWinToolbars ControlContainerTool
How do I display a tool tip for a ControlContainerTool when using Infragistics UltraToolbarsManager? I am able to set the ControlContainerTool.SharedProps.ToolTipText property but it is not displayed.
...
3
votes
1answer
138 views
Simple way of changing the font of dynamically created ToolTip in C# windows forms?
Anyone any idea on how to change the font of dynamically created ToolTip? I usally do in Label is
string arialUnicodeFontFace = "Arial Unicode MS";
Font unicodeFont = new ...
0
votes
0answers
222 views
C# WinForms: ToolTip, cannot access to a disposed object
I have a datagridview, which show a notify error icon for each cell in edit mode where user enters an invalid value. This icon is placed at the rightmost of the cell. When user move mouse over the ...
1
vote
1answer
234 views
C# WinForms: How to know/detect if tooltip is being displayed/shown
I have created a tooltip. This tooltip is shown when mouse is over an icon by calling the show method of the tooltip. I want to know if this tooltip is currently being displayed. How to do this? Maybe ...
1
vote
1answer
103 views
Tooltip displays inconsistantly
I have a simple winforms form (used as a modal dialog) with several controls on it. I want to display a tooltip for one of the textbox controls. I have added a tooltip component to my form, and did a ...
0
votes
1answer
64 views
How to create and show a infotip when clickng a label?
I'm using VSTUDIO2012, my problem seems simple but it's too hard for me,
EDIT: It's a "windows forms application"
I have a label and when i click at the label i want to show a little info in a ...
0
votes
1answer
160 views
C# How can I change the BackColor of a ToolTip with isBalloon = true?
I saw this question: Change winform ToolTip backcolor but the top answer solution did not work...
I set isBalloon = true, is that the problem? How can I still change the BackColor?
2
votes
3answers
509 views
Change winform ToolTip backcolor
I am using a ToolTip control in my project. I want to set its backcolor red. I have changed ownerdraw property to true and backcolor to red. But no result. Any suggestion?
Regards,
skpaul.
1
vote
1answer
300 views
Disabling tooltip for certain cells
I have one gridview in my windows form. Now i'm showing custom tooltip using the following code,
private void Audit_Dg_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)
{
...
0
votes
2answers
250 views
Why does my Tooltip not display its tip?
I have a Tooltip with the ShowAlways property set to true.
On the controls where I want the tooltip to display (LinkLabels in this instance), I see there is a "ToolTip on <name of my Tooltip>" ...
2
votes
1answer
425 views
ListView ToolTip flickers
I have a ListView with certain id values. Am using the movemove method to display additional details about this id in a tooltip.
The code was written in VB2003 and it worked perfectly till now. ...
-2
votes
2answers
616 views
Why is Tooltip not displaying?
I added a Tooltip to my app.
In the control (a DataGridView) where I want it to display the hint/tooltip, I added verbiage to the "Tooltip on " property. But my verbiage does not display (nothing ...
0
votes
1answer
316 views
C# Tooltip on TabPage
How can I show Tooltip text on my own TabPages extends from TabPages just added some extra variables and using DrawItem event.
I've generate them in method.
ISIMtabPage newTab = new ISIMtabPage();
...
3
votes
2answers
685 views
ToolTip for picturebox and image map
I have a PictureBox that has a map assigned to it (basically a list of Rectangle objects). Now I want to make it such if user moves the mouse over this picturebox, and if the mouse is over a rectangle ...
1
vote
2answers
2k views
How to set tooltip at current mouse location?
I registered Hotkey: Ctrl + Space. Hotkey message is sent to:
private void Hotkey_press()
{
... // I want to show tooltip "Hello" at current mouse location.
}
Is there any way to show this tooltip ...
0
votes
1answer
1k views
c#: show tooltip on subitem
I have a listview, and in one of the columns (not the first) I want to display an error code.
What I haven't been able to do is get the ToolTip to display. I have
this.lstList.ShowItemToolTips = ...
0
votes
1answer
341 views
Display tooltip when mouse movement stop
I have a grid-view with merged cells and rows which look like this.
I am using grid view mouse enter cell and mouse leave cell events to call the tool-tip show and hide methods.
Problem I am ...
0
votes
1answer
2k views
create custom tooltip C#
I want to create a custom tooltip, with a different style so that when I click on a control (for example a label or a user-control) it appears.
Something similar to what Google does in Google Maps ...
0
votes
1answer
516 views
tooltip text property on user controls of system windows forms missing
After using C# a while, I recognized that the user controls of system windows forms don't provide a tooltiptext property like I am knowing it from Visual Basic 6.
I saw that the Form, TextBox, Label, ...
1
vote
1answer
3k views
Showing Textbox ToolTip
I am trying to work in the tooltip in vb.net. What I am trying to do is whatever I write the text in the textbox control show it in the tooltip. I am able to show text in tooltip but my question is ...
1
vote
2answers
136 views
Change tool tip timeout on menustrip in winforms?
How to extend tool tip timeout when hovering on menu items in a menustrip (in winforms)?
I set it like this:
toolStripMenuItem1.ToolTipText = "foo";
0
votes
3answers
604 views
How to use tooltip on toolstripbutton
I'm trying to apply a tooltip to a toolstripbutton but it keeps giving me this error:
Operator '==' cannot be applied to operands of type 'System.Windows.Forms.Control' and ...
0
votes
2answers
274 views
How to disable Visual Style on tooltip C#
How can I disable the visual style only for the tooltip, not for all the application, because if I do so it will change my toolstrip visual style and it will look ugly?
What I have:
What I want:
...
0
votes
2answers
461 views
ErrorProvider tooltip message
I am new to c# and I have this problem:
I have here a textbox with errorProvider and a label above my textbox..
After validating the value in my textbox, whenever value entered is not acceptable, ...
2
votes
1answer
459 views
How do I control the position of ToolTipText for a ToolStripStatusLabel
I have a ToolTipStatusLabel in a StatusStrip located at the bottom of a Windows Form. I want to show some information when the mouse hovers over it. I found the ToolTipText which does display but ...
0
votes
1answer
370 views
Show several tooltips at the same time (DevExpress)
I am working on a C# WinForm application in Visual Studio 2008 and are using DevExpress.
I have added shortcuts to Some of the buttons (DevExpress SimpleButton) which triggers a button click (CTRL + ...
1
vote
2answers
281 views
C# - How does the ToolTip work?
I was wondering how I am able to add one ToolTip control to the Form, and all the buttons get different texts? How does one object extends all the others, adding diferent things on each one? I don't ...
3
votes
2answers
450 views
Achieve tooltip like this in VB.net?
I found this tooltip that pops up in MS Word 2010 when someone enters a copy count above 32767, I would like to know how (and if) it is possible to implement a tooltip such as this within a VB.net ...
0
votes
2answers
915 views
Positioning Balloon ToolTips over TreeNodes
I want to add a ToolTip to TreeView nodes and make a balloon appear at the mouse coordinates:
private void treeView1_MouseMove(object sender, MouseEventArgs e)
{
node = treeView1.getNodeAt(e.X, ...
0
votes
0answers
199 views
Tooltip constructed with container do not display text
I've built a winform (C# .Net 4) application with a radio button.
When the form load, the program run the following code:
ToolTip toolTip = new ToolTip(this.components);
...
12
votes
3answers
6k views
How can I add a hint or tooltip to a label in C# Winforms?
It seems that the Label has no Hint or ToolTip or Hovertext property. So what is the preferred method to show a hint, tooltip, or hover text when the Label is approached by the mouse?
0
votes
3answers
596 views
Blinking Tooltip
I am using a tooltip on a listbox and although it works it keeps flickering/blinking any idea's how to fix this?
The only thing i could think of was turning on double buffering but that didn't work.
...
1
vote
1answer
327 views
C# Add tooltip for PropertyGrid
I want to add a tool tip for items in a Property Grid. When the user hovers over a property I want the tooltip to display a hint about the usage of that property. The hint string should be different ...
1
vote
3answers
234 views
Creating tooltip for multiple buttons
This code(below) suppose to add information to ToolTips which are taken from database(and the class Codons does it(it is the part that actually works)). I tried to do it in FOR loop, but it is ...
0
votes
2answers
399 views
UltraTooltip not loading in first MouseHover
I'm using Infragistics NetAdvantage 2010 in my Winforms application. This is the code for loading a custom tooltip on a button's mousehover.
private void button1_MouseHover(object sender, EventArgs ...








