I want to display a button with transparent background (currently in a PictureBox) on the VideoSourcePlayer control like so:
I can't get the button to be shown as transparent. I set up the PictureBoxes BackgroundColor to Color.Transparent and added the box to the player's list of controls. Trying to set the player's back color to transparent failed with an exception (not supported). If the player was another PictureBox it would have worked.
Any more ideas on what to try?
Thanks!