Once I developed a vb6 code to use transparent controls (Don't remember if I used Buttons or PictrureBoxes) with coordinates as invisible tags & invisible labels to show the names of eachone at groupal photos like Facebook does. Now I'm trying to recreate the same code at vb.net but I can't reach to get it work..
If I use Buttons with transparent .backcolor, no-text and no-borders, flat style, etc. to mark the photo area, they become opaque when I move the mouse over the control. if I disable becomes invisible for the mouse-over function.
If I use empty PictureBoxes instead for the same purpose, as are empty they became invisible at runtime also for the "mouse over" function...
I don't know which empty or invisible control must use to this finality. any suggestion?