| | |
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 array asp.net bitmap box broadcast c# check checkbox client combobox communication control conversion csharp database datagrid datagridview dataset datetime dbconnection decryption degrees design developer draganddrop drawing encryption enum eventhandlers excel file firefox form format forms function gdi+ grantorrevokepermissionthroughc#.net hospitalmanagementsystem image input install interface java label libraries list loop marshalbyrefobject math mouseclick movingimage mysql netcfsvcutil.exe numeric operator path photoshop php picturebox pixelinversion platform polynomial post programming properties radians regex remoting richtextbox server sleep socket sql statistics string stringformatting study sun system.servicemodel table tcpclientchannel text textbox thread time timer update usb usercontrol validation visualstudio webbrowser winforms wpf wpfc# xml





