Movie Player ActiveX Control

SnapShot

 

Snapshot from movie file. It will output bitmap file.

Public Function SnapShot( _
  ByVal strFileName As String
)as Boolean

 

Parameter
strFileName
the bitmap file name you want to save.


Return Value
Boolean
True - successful, False - Failed.


Example

   

Visual Basic Syntax
MoviePlayer1.Snapshot "c:\test.bmp"