DVD Player ActiveX Control

ShowFullScreen

 

Enable/Disable the full screen mode.

Public Function ShowFullScreen( _
  ByVal bFull As Bool
)

 

Parameter
bFull
True - enable the full screen
False -restore the full screen

 

Return Value
True - Success, False- Failed

Example

   

Visual Basic Syntax
DVDPlayer1.OpenDVD
DVDPlayer1.ShowFullScreen True