I use a 3rd party control (a video player), for some unknown reason, most of the event doesn't work(double click, etc)
So I want to put one control on the top of it. In this way, I can handle the event of the transparent control rather than the 3rd party control.
I tested Label
, PictureBox
, and so on, but it didn't work.
label.background = Color.Transparent;
The label is not transparent after set its bkground to transparent