| | |
tooltip on mouse click
Please support our C# advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
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 alignment app array bitmap box c# c#gridviewcolumn check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datatable datetime decryption degrees developer draganddrop drawing encryption enum excel file focus form format forms function gdi+ grantorrevokepermissionthroughc#.net hospitalmanagementsystem image input install java label list mandelbroth marshalbyrefobject math messagebox mouseclick mysql netcfsvcutil.exe numeric operator path photoshop php picturebox pixelinversion platform plotting pointer polynomial post programming properties radians read regex remote remoting richtextbox server sleep socket sql statistics string stringformatting study sun table text textbox thread time timer update usb usercontrol validation visualstudio webbrowser winforms wpf wpfc# xml





