Movie Player ActiveX Control

SetVideoWin2Style

 

Set the window style of secondary video window if SetVideoWin2Popup to true.

Public Function SetVideoWin2Style( _
  ByVal iStyle As Integer
)

 

Parameter
iStyle
0 - No Resize the window.
1 - Allow Resize the window

No Return Value

Example

   

Visual Basic Syntax
Me.MoviePlayer1.SetVideoWin2Show True
Me.MoviePlayer1.SetVideoWin2Owner Me.hWnd
Me.MoviePlayer1.SetVideoWnd2Pos 310, 8, 300, 258
Me.MoviePlayer1.SetVideoWin2PopUp true
Me.MoviePlayer1.SetVideoWin2Style 0
Me.MoviePlayer1.SetVideoWnd2Caption "My Video"
Me.MoviePlayer1.SetVideoWin2AspectRatio False
Me.MoviePlayer1.FileName = "c:\test.mpg"