Text inside a picturebox

Asked

Viewed 453 times

1

inserir a descrição da imagem aqui

I want to do it in PictureBoxes for when I pass the mouse she show the message I wrote.

How can I do?

Remembering I use the version Visual Basic 2010

  • Bruno, you don’t need to tag visual-studio in this type of question. You see, Visual Studio is only the tool (IDE) that you use to program (C#, VB.NET, F#, etc.), your problem is in VB.NET, so this is the tag you should use. If you’re confused about this, read the answers of this question

  • i put ,a tag ,visual-basic-2010,axo que bugou

  • You should be confused, because this tag does not exist. But anyway, it is already corrected, just wanted to inform you even =D. The answer served for you?

1 answer

1


You can use a Tooltip for that reason.

First drag a ToolTip of Toolbox for your form - it will not be shown inside the form, but in a footer, see the image Footer do form - visual studio

Now all form components have a property called ToolTip on toolTip1 (ou qualquer que seja o nome do ToolTip que foi adicionado anteriormente.

Ready.

Now you only need to define this property with the text you want to appear on Tooltip.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.