Phoenix88
01-24-2008, 04:29 PM
Hi
Private Sub WindowsMediaPlayer1_Click(ByVal nButton As Integer, ByVal nShiftState As Integer, ByVal fX As Long, ByVal fY As Long)
WindowsMediaPlayer1.Controls.stop
WindowsMediaPlayer1.Visible = False
End Sub
The WMP is remaining on my form, at least a frame. It won't disappears. I even tried DoEvents et Form.Refresh
I checked, the code go through the instruction
Any Ideas ?
Thanks
Private Sub WindowsMediaPlayer1_Click(ByVal nButton As Integer, ByVal nShiftState As Integer, ByVal fX As Long, ByVal fY As Long)
WindowsMediaPlayer1.Controls.stop
WindowsMediaPlayer1.Visible = False
End Sub
The WMP is remaining on my form, at least a frame. It won't disappears. I even tried DoEvents et Form.Refresh
I checked, the code go through the instruction
Any Ideas ?
Thanks