Re: Adding music to a form
nevermind iv got it, Sorry :rolleyes:
Re: Adding music to a form
From memory, there is a STOP property for the MediPlayer.
Something like: MPlayer.Stop = True (don't quote me on that tho :))
EDIT: WindowsMediaPlayer1.Controls.stop
Re: Adding music to a form
i think i tried that, oh and btw i thought i figured it out i just figured out how to stop it. it was like windowsmediaPlayer1.Close but i doubt thats what im suppost to do i just want to stop it not close it.
Re: Adding music to a form
i think i tried that, oh and btw i thought i figured it out i just figured out how to stop it. it was like windowsmediaPlayer1.Close but i doubt thats what im suppost to do i just want to stop it not close it.
EDIT: ok thanks that worked,
Re: Adding music to a form