playing mp3 and mpeg

hello
how i can playing mp3 and mpeg files
how i can use if "windows media player" ole
thanks


Answer this question

playing mp3 and mpeg

  • andryuha

    Not sure if I understand your question, but the easiest approach would be just to have some code like:

    Process.Start "foo.mpeg"

    in your app and this will launch whatever the computer has registered to play this type of file.

    Toddap_MS

  • playing mp3 and mpeg