| | |
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
- Mouse Click (C++)
- right mouse click with python (Python)
- Check to see if a mouse click missed an object (Game Development)
- 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 |
.net access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom customactiondata database datagrid datagridview dataset datastructure date/time datetime datetimepicker degrees development dll draganddrop drawing encryption enum event excel file filename files form format forms function gdi+ gis gtk hash image index input install java label list listbox mandelbrot math mouseclick mysql operator outlook2003 path photoshop picturebox pixelinversion pixelminversion post programming radians regex remoting richtextbox safari server sleep snooze socket sql statistics stream string table tables tcp text textbox thread time timer update usercontrol usercontrols validation visualstudio webbrowser webcam wia windows winforms wpf xml





