Re: Windows media player
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Wed, 3 May 2006 18:44:11 -0500
"tomS" <tomS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
Heres what I have so far
I have a command button named cmdmedia2,the media player and a common dialog
box on form1
Private Sub Cmdmedia2_Click()
cdlga.Filter = "mpg files (*.mpg)|*.mpg"
cdlga.ShowOpen
WindowsMediaPlayer1.Open cdlga.FileName
On Error Resume Next
WindowsMediaPlayer1.play
End Sub
I repeat:
Were you going to show us the line that caused the error?
LFS
.
- References:
- Re: Windows media player
- From: Larry Serflaten
- Re: Windows media player
- Prev by Date: Re: VB6 MSDN CD
- Next by Date: Re: Byte swapping efficiently
- Previous by thread: Re: Windows media player
- Next by thread: Re: Windows media player
- Index(es):