Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a picturebox in form c#
and i want to show a string(message) when i move the mouse over the picture but without clicking
how can I do this?
Posted

Handle the PictureBox.MouseHover[^] event (see the code sample at documentation page).
 
Share this answer
 
Hi
Try this

Add a picturebox control and tooltip control from toolbox on windowsform.

Set the tooltip1 property in picturebox properties and enter your string(message),and run when ever you hover on your image box it will appear you message.

If you want detailed explanation then follow the below link

http://www.dotnetperls.com/tooltip[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900