Resolved About changing the image while media file is playing

crystaluz

Well-known member
Joined
Feb 17, 2009
Messages
55
Programming Experience
Beginner
Hello there..

I've created a media player by using Media Player Component. Let's say that I have a picture box that controls the player. I want to try if the media player is playing a file, the picture box will disappear. I've tried to put these code into Form Load but nothing change.

If player.isBroadcast = true then
Picbox1.Visible = False

end if

Please help me.. thank you :)
 
Last edited:
Back
Top