DVD Player SDK ActiveX Control ReferenceMethods ShowFullScreen DVD Player ActiveX Control ShowFullScreen Enable/Disable the full screen mode. Public Function ShowFullScreen( _ ByVal bFull As Bool) ParameterbFullTrue - enable the full screenFalse -restore the full screen Return ValueTrue - Success, False- FailedExample Visual Basic SyntaxDVDPlayer1.OpenDVDDVDPlayer1.ShowFullScreen True