I want to do this in PictureBoxes
so when I move the mouse it shows the message that I wrote.
How can I do this?
Remembering I use the Visual Basic 2010
You can use a ToolTip for this.
First drag a% of the ToolBox to your form - it will not be shown inside the form, but rather in a footer, see the image
Now all form components have a property called ToolTip
.
Now you only need to set this property with the text you want to appear on the ToolTip .