Movie Maker Timeline Control

LoadProject Method

Description

Load the project. The project file is created from SaveProject method.

Syntax

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

 

Parameter

filename
   the path of project file.


Return Value

    return true if successful

 

Example

Visual Basic Syntax
result = TimelineControl1.LoadProject("c:\yourproject.xml")