Movie Player Pro ActiveX Control ReferenceProperties ShowCustomCursor Movie Player ActiveX Control ShowCustomCursor Enable/Disable to show custom cursor file. MoviePlayer1.ShowCustomCursor[=Boolean] ParameterBooleanTrue - Enable show custom cursor, False - Disable show custom cursor.RemarkThis property is Read/Write. Example Visual Basic SyntaxMoviePlayer1.ShowCustomCursor=TrueMoviePlayer1.CursorFileName="c:\test.cur"