tags:

views:

17

answers:

1

Is it possible to have a Tool Tip Text for a PictureBox. If so, please give me a solution.

I am working in .NET 2.0 with C#

+2  A: 

Add a ToolTip component to your form and then set the "ToolTip on myToolTip" property of the PictureBox

Paul Lydon