Tooltip for PictureBox
Hi!,
How do I set a tooltip for a picturebox control.?
Thanks
[75 byte] By [
newnick] at [2007-11-20 11:47:49]

# 1 Re: Tooltip for PictureBox
The same way you do for any other control: add a ToolTip component to your form and then set the 'ToolTip on myToolTip' property of the PictureBox. Note that you will see whatever name you gave your ToolTip component in place of "myToolTip".