-
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