1. To add Tool Tip to any of yoiur controls in VB.NET first drag ToolTip control from the Tool Box
2. Now a new property named "ToolTip on <Your ToolTip name>" will be added to all your controls.
3. Type the message you want to display as tool tip in the Properties Window.