Movie Player ActiveX Control

UseDualDisplay

 

Enable/Disable using the dual display. When you using dual display, you need installed multi-monitor display card and selected extend my Window Desktop onto monitor 2 in Display Properties. In monitor 2, the video will display full screen. If set UseDualDisplay = true, DrawText, DrawImage, DrawImageFromByteArray methods will ignore.

MoviePlayer1.UseDualDisplay[=Boolean]


Parameter
Boolean
True - Enable use the dual display, False - disable dual display feature.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.UseDualDisplay=True
MoviePlayer1.FileName="c:\test.mpg"