Is there a reason why BringToFront() and SendToBack() functions for pictureBoxes are not working on my VB forms program?
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.