Create
Tool Tip using VB.NET:
- You Can Use the below code to create Tool Tip for Windows Application.
Dim toolTip1 As New ToolTip()
toolTip1.SetToolTip(Button6, "Add Details")
No comments:
Post a Comment