1
So I’m creating a media player in Visual Studio, and the only way I could find to get the video to go was through the Windows Media Player component. I also found that to remove the bars where the play/pause, etc. from Windos media player goes to the properties and where this "uniMode-Full" enters «None» and the bar disappears in the design. When I start the application, the bar appears again. Does anyone have any idea how I can fix this?
Could you post your code? There is no place in the code that you change this component?
– LP. Gonçalves
Yes the only property I’ve changed so far was unimode to None
– cesar64323PT