VB中使用WindowsMediaPlayer控件如何隐藏WindowsMediaPlayer的状态栏?

2025-02-24 20:39:50
推荐回答(3个)
回答1:

把WindowsMediaPlayer的Visible属性设为False。

回答2:

ShowStatusBar只能在属性栏设置 不能再代码中设置

回答3:

WindowsMediaPlayer1.uiMode = "none"