i'm in a console app. added a form with a windows media player control. how do i play a mp3 without showing the form and just using the console ui?
Printable View
i'm in a console app. added a form with a windows media player control. how do i play a mp3 without showing the form and just using the console ui?
I would think you could show the form, set it to invisable, take it out of the task bar, then call the play method (the button that plays the sound or what not)
Jeremy