|
-
Jun 14th, 2007, 07:16 AM
#1
Thread Starter
Addicted Member
[RESOLVED] play WMV file in VB app ?
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...
-
Jun 16th, 2007, 09:05 PM
#2
Thread Starter
Addicted Member
Re: play WMV file in VB app ?
Sure..
Insert the 'Windows Media Player' control into your form, and play your WMV file as follows:
Code:
windowsmediaplayer1.url = app.path & "\yourwmvfile.wmv"
-
Mar 2nd, 2010, 02:29 PM
#3
Lively Member
Re: [RESOLVED] play WMV file in VB app ?
Do you wish to play it without the Media Player in the foreground?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|