Movie Player SDK ActiveX Control ReferenceMethods SnapShot Movie Player ActiveX Control SnapShot Snapshot from movie file. It will output bitmap file. Public Function SnapShot( _ ByVal strFileName As String)as Boolean ParameterstrFileNamethe bitmap file name you want to save.Return ValueBooleanTrue - successful, False - Failed. Example Visual Basic SyntaxMoviePlayer1.Snapshot "c:\test.bmp"