문제

I have a question in vb.net I want to make a short intro then people open my program but I have a little problem. Only way to put this video, is throung windows media player (incorporated in vb.net). Can I remove Windows media play skin (play, stop, contour and other "tools") from form? I need to appear only video in form.

Thanks.

도움이 되었습니까?

해결책

if you are using the AxWindowsMediaPlayer, there is a property named uiMode which controls the level of UI displayed. Set it to "none" (a string) to remove the UI:

myAxWMP.uiMode = "none"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top