Increment CD songs with VB.NET
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am using a open file dialog to open a .cda music file from my CD-ROM Drive. I then put the path into a text box. I then play the file with the Process.Start How can I increment the songs on the cd and put the new path into the textbox? How can I get the next song to play when the previous one is finished? How can I get the length of the song? My default application opens with Process.Start, how do I get the application to play the file without opening up? Many Thanks, Glen Conaway