Play Video and Audio
-
Hi I want to play a mpg file in media player in vb. (i.e.) I have a button called "Play" in VB. If user clicks the play button. Automatically it will open Windows Media Player and play the Appropriate files. Note : It has to support both 2000 and XP systems Please help me...
Thanks & Regards Kumaran
-
Hi I want to play a mpg file in media player in vb. (i.e.) I have a button called "Play" in VB. If user clicks the play button. Automatically it will open Windows Media Player and play the Appropriate files. Note : It has to support both 2000 and XP systems Please help me...
Thanks & Regards Kumaran
System.Diagnostics.Process.Start(Filename)
Eg. System.Diagnostics.Process.Start("C:\myVidioFile.mpeg") :)Chatura Dilan
-
System.Diagnostics.Process.Start(Filename)
Eg. System.Diagnostics.Process.Start("C:\myVidioFile.mpeg") :)Chatura Dilan
Hi Chatura Dilan, I am asking in Visual Basic not in Visual Basic.NET Please tell me..
Thanks & Regards Kumaran
-
Hi Chatura Dilan, I am asking in Visual Basic not in Visual Basic.NET Please tell me..
Thanks & Regards Kumaran
ShellExecute is how to run the default program, I *think* VB6 does that. If not, can you interop it in VB6 ? ShellExecute is an API call ( that is, something the OS offers to C and C++ )
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )