|
-
Jul 9th, 2001, 03:50 PM
#1
Thread Starter
Addicted Member
MCIWnd control
Hello,
I have the following problem with MCIWnd control.
In a VB6 program I wrote the following procedure
''''''''''''''''''''''''''''''''''''
Sub LoadVideo(argVideoFile as string)
With mciVideo
.FileName = argVideoFile
.AutosizeMovie = True
.Width = 285
.Height = 211
.BorderStyle = 0
.Command = "Play Repeat"
End With
End Sub
''''''''''''''''''''''''''''''''''''''
The problem is that "AutosizeMovie" property works only with the first avi file I send to function,
the following avi files are played in original size.
Any one can help me solving this problem ....
Thanks,
Belal Marzouk
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
|