Movie Player SDK ActiveX Control ReferenceProperties HideCursor Movie Player ActiveX Control HideCursor Enable/Disable the cursor. MoviePlayer1.HideCursor[=Boolean] ParameterBooleantrue - enable display the cursor, false - disable the cursor.RemarkThis property is Read/Write. Example Visual Basic SyntaxMoviePlayer1.FileName="c:\test.mpg"MoviePlayer1.HideCursor=False