Posts by Bruno Felix • 67 points
3 posts
-
0
votes1
answer156
viewsQ: Picturebox+Image
I have a Picturebox1 with an image (cameras-Hdv-Merlin-courses.png) example: private void pictureBox1_Click(object sender, EventArgs e) { } When you hover your mouse over it I’d like it to have a…
-
1
votes1
answer453
viewsQ: Text inside a picturebox
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…
-
5
votes1
answer723
viewsQ: How to get an image of a Resource
I want to call an image with a button by Visual Basic 2010 Express, in the Visual Basic 2008, used that code: picMyimage.image = My.resource.onomedaimagen Until then it worked as wanted, but in…
visual-basic-6asked Bruno Felix 67