Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a title appear when the mouse pointer Enter for example a button Like this

http://www9.0zz0.com/2015/05/14/15/236720724.jpg

I'm using Visual basic 2013
Posted
Updated 14-May-15 3:07am
v3

1 solution

How you do that depends on the environment you are writing code for: for WinForms for example, it's a ToolTip : MSDN[^]
For web sites, it's the title="" HTML control element that does this.
 
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