.NET Development
Smart Device
SQL Server
Visual FoxPro
Architecture
Game Technologies
Visual Basic
Windows Live
Visual Studio
VS Team System
Visual J#
VS Express Editions
Windows Forms
Visual C#
Windows Vista
Software Development Network>> Visual Basic>> playing mp3 and mpeg
playing mp3 and mpeg
Hot Topic
Cross Threading
How to work on a copy of a windows form.
Launch and control a command line program from VB form
Edit And Continue won't let me make changes ... why?
sql delete statement to change two tables
VB .NET 2003 Form Scrolling Controls
Visual Basic 2005 Question for Calling Another Program
Getting AssemblyInfo from a Form?
Problems with converting VB6 to VBNet handling of Fortran strings
CodeSnippets Manager
Visual Basic
Setting form time out to exit if idle for xx minutes?
Generics and Enterprise Development
how to declare a var in one form that can be shared from others?
Managing data operations from a DB.
Making a picturebox have a transparent background
Visual basic with .NET framework off of a CD?
Buying Visual Basic 2005
Sql Server 2005/Visual Studio 2005 IDE feature install issue
Cannot Build Setup for the 'Creating Office Managed COM Add-Ins' Sample
How to execute click, some select, input text in HTML page, using WEBBrowser Control (VS2005)
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
Answer this question
playing mp3 and mpeg
andryuha
Process.Start "foo.mpeg"
in your app and this will launch whatever the computer has registered to play this type of file.
Toddap_MS