Hey all,
I am looking to make a type of hover text.. like when you hover over a button then it will say in a little bubble "This does...."
I havn't done it before so if anyone could help me out it would be much appreciated!
Thanks!
Printable View
Hey all,
I am looking to make a type of hover text.. like when you hover over a button then it will say in a little bubble "This does...."
I havn't done it before so if anyone could help me out it would be much appreciated!
Thanks!
Use the ToolTipText property.
e.g. if you have a command button which closes the program, set its ToolTipText property to "This button closes the program" or something like that.