How do I display a video file on a form?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How do I display an mpeg or avi file on a form? Thanks for any help.
-
How do I display an mpeg or avi file on a form? Thanks for any help.
If this is for VB6, just use the 'Windows Media Player' ActiveX. To insert it in VB, go to the menu Project->Components, then select the 'Windows Media Player', then OK. This will add a component that you can put on your form. Then, go through the properties of this component to load your movie. Hope this helps ! Jerome