| | |
tooltip on mouse click
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jun 2009
Posts: 4
Reputation:
Solved Threads: 1
hi travis,
first drag the tooltip onto your form, then put the line below in your button click event. you can set some options in the tooltip.Show() method
first drag the tooltip onto your form, then put the line below in your button click event. you can set some options in the tooltip.Show() method
c# Syntax (Toggle Plain Text)
private void button1_Click_1(object sender, EventArgs e) { toolTip1.Show("Tip Text Here", button1); //shows the tip on the button toolTip1.Show("Tip Text Here", button1, 0, -50, 2500); //shows 50 pixels above the button for 2.5 seconds }
![]() |
Similar Threads
- Check to see if a mouse click missed an object (Game Development)
- Mouse Click (C++)
- right mouse click with python (Python)
- Mouse click (Visual Basic 4 / 5 / 6)
- How to store data in data grid to database by single mouse click in Asp.net (ASP.NET)
- Simulate Mouse Click (Visual Basic 4 / 5 / 6)
- Mouse Right Click Menu (Windows NT / 2000 / XP)
Other Threads in the C# Forum
- Previous Thread: Buttons Enabled Property not Working Properly
- Next Thread: opacity control...?
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array bitmap box broadcast buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation visualstudio webbrowser windows winforms wpf xml





