I’m coding a UI using pictureboxes as my buttons and menus. They function well, however when my popup menu pops up, it pops up behind my UI buttons.
Alongside this, the transparency from both the pictureboxes don’t seem to function, as when visual basic sees a pixel as transparent, it shows the background and not the picturebox behind it.
After this occured, I attempted using the built in functions for pictureboxes, BringToFront() and SendToBack(), which made no changes whatsoever.
Jeffeffo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.