Hello,
I'd like to play a video file of a type '.WMV' in my VB app, but I'm not sure which control to use....
Does anyone have any information on this?
Thanks...
Printable View
Hello,
I'd like to play a video file of a type '.WMV' in my VB app, but I'm not sure which control to use....
Does anyone have any information on this?
Thanks...
Sure..
Insert the 'Windows Media Player' control into your form, and play your WMV file as follows:
Code:windowsmediaplayer1.url = app.path & "\yourwmvfile.wmv"
Do you wish to play it without the Media Player in the foreground?