Disable autohiding of controls when play().
Posted: 11 Oct 2014 12:43
I added VLC control on my Windows Form (C#). At the beginning the controls a visible. I even have set CtlVisible to true.
Now when I call playlist.play(), the controls are automatically hidden until I put the mouse over it. How can I disable this? I want the control to be visible all the time.
Now when I call playlist.play(), the controls are automatically hidden until I put the mouse over it. How can I disable this? I want the control to be visible all the time.