Dear Experts

How to display the value of variable abc as tooltip text on picture1

dim abc as string
abc=trim("Click to rotate picture")

Please help

Dear Experts

How to display the value of variable abc as tooltip text on picture1

dim abc as string
abc=trim("Click to rotate picture")

Please help

1. Add the picture (pictureBox1)
2. Add a tooltip

toolTip1.SetToolTip(pictureBox1, abc)

This should work i guess.... just try it

-a4r

This should work i guess

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.