DVD Player SDK ActiveX Control ReferenceMethods GetCurTitle DVD Player ActiveX Control GetCurTitle Get the current selected title. The first title is 1. Public Function GetCurTitle() as Integer No ParameterReturn ValueReturn the current selected title.Example Visual Basic Syntax iTitle = DVDPlayer1.GetCurTitle()