Running the mouse over a text box brings up a tool tip.
This is usually text. Eg.
ToolTip1.SetToolTip(Me.TextBox1, "Text Box 1")
My question is, is there any way of assigning an image (a photo) to the tool tip instead of text?
I'm using Visual Studio 2008 on XP platform
Regards,
David