I would like to put many transparent button on picture box.
I am able to do this programically but all button are with solid background color.
Is it possible to make button components with transparent background and display them over picture box?
I want to do this using button because I have to have events belong to buttons.
I saw this post Transparent control over PictureBox but I cannot make it work with buttons.