Play audio & video files in vb.et
-
Can v play video & audio files like .mp3 , .mpg, .wav, .wmv etc. :^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^)
You can use the windows media player control, or direct show to do this.
Christian Graus - Microsoft MVP - C++ "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 )
-
Can v play video & audio files like .mp3 , .mpg, .wav, .wmv etc. :^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^):^)
ankur0101 wrote:
Can v play video & audio files like .mp3 , .mpg, .wav, .wmv etc.
Yes.
Regards, Satips.:rose:
-
ankur0101 wrote:
Can v play video & audio files like .mp3 , .mpg, .wav, .wmv etc.
Yes.
Regards, Satips.:rose:
-
ya but how??? whats a code?? only thing i knw is to play .WAV files with no display :wtf::wtf::wtf::wtf:
i also want to know how can we open Form2 from Form1?? Here is example Im in Form1 there is Menustrip >> File | Edit | Now there are sub menu in File "open Form2" --------------------------------------------- In short i want to open other form from Menustrip what i have to do??
-
i also want to know how can we open Form2 from Form1?? Here is example Im in Form1 there is Menustrip >> File | Edit | Now there are sub menu in File "open Form2" --------------------------------------------- In short i want to open other form from Menustrip what i have to do??
I recommend buying a book on VB.NET and working through it. If you don't know how to open a form, odds are you don't know enough to take any knowledge from the answers you will get here. The answer is, you create an instance of the form class, and call it's ShowDialog method.
Christian Graus - Microsoft MVP - C++ "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 )
-
i also want to know how can we open Form2 from Form1?? Here is example Im in Form1 there is Menustrip >> File | Edit | Now there are sub menu in File "open Form2" --------------------------------------------- In short i want to open other form from Menustrip what i have to do??
Christian is correct. If you can't work out how to open a second form from your main form, the rest is going to be neaerly impossible for you to learn on your own. Seriously, pick up a couple of books on VB.NET for Beginners so you can get an explanation of the basics. If you don't, you'll be completely lost in no time.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Christian is correct. If you can't work out how to open a second form from your main form, the rest is going to be neaerly impossible for you to learn on your own. Seriously, pick up a couple of books on VB.NET for Beginners so you can get an explanation of the basics. If you don't, you'll be completely lost in no time.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
But im having book of Visual Basic.Net but it has not specified how to play audio & video files:^):^)
ankur0101 wrote:
but it has not specified how to play audio & video files
That's the least of your problems right now.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007