how can i schedule a media player with times in vb.net

Posted by testkhan on Stack Overflow See other posts from Stack Overflow or by testkhan
Published on 2010-04-11T06:15:46Z Indexed on 2010/04/11 6:23 UTC
Read the original article Hit count: 299

Filed under:

i have media player in my form and the following code...

If TimeOfDay >= "11:00:00 AM" AndAlso TimeOfDay < "12:00:00 AM" Then
            toplay = "D:\videos\video5.avi"

            Player_Preview.URL = toplay
            Player_Preview.Ctlcontrols.Play() 


        End If

now i want to play multiple files in this time how can i do that...

© Stack Overflow or respective owner

Related posts about vb.net