playlist help

Hoongz

Active member
Joined
Nov 22, 2007
Messages
32
Programming Experience
1-3
As i'm using window application with 4 timers that will work with the playlist when each of the 4 timer goes off.
VB.NET:
Dim playList As WMPLib.IWMPMedia = Me.AxMediaPlayer1.newMedia("")
outside of the form1_load and within the public class form1. So all four timer has access to the playlist. But they gave me Expection.InnerException error. Please i really need help. My project is due in 1 week and my media player still couldn't play the files.
 
Back
Top