Tool Tip in C#
when i first started programming , i wrote an application with many buttons , the only thing that they did say was how to make buttons show information about their function before clicking them .
if you check your tools in c# there is some thing called Tool Tip , simply drag and drop it on the object you want to describe , buttons , text box , ...... .
after that you will see tool tips under the form design , to enter or edit texts go to solution explorer scroll down and you will see all of your tool tips click on them and enter the description .
if you check your tools in c# there is some thing called Tool Tip , simply drag and drop it on the object you want to describe , buttons , text box , ...... .
after that you will see tool tips under the form design , to enter or edit texts go to solution explorer scroll down and you will see all of your tool tips click on them and enter the description .
Comments
Post a Comment