Movie Maker Timeline Control

SaveProject Method

Description

Save the project.

Syntax

Public Function SaveProject( _
   ByVal fileName as string, _
  ) as bool

 

Parameter

filename
   the path of project file.


Return Value

    return true if successful. Otherwise return false.
  
 

Example

Visual Basic Syntax
 bresult = TimelineControl1.Saveproject("c:\yourproject.xml")