Search
FlowChart.LoadFromFile Method
See Also
 



Loads the contents of an existing diagram file into the control.

 Syntax

VB6  Copy Code

Public Sub LoadFromFile( _
    ByVal FileName As String _
)

C++  Copy Code

public:
void LoadFromFile (
    BSTR FileName
)

 Parameters

FileName
The name of the file to load from.

 Remarks

Loads a flowchart document from a file. The file should be created using SaveToFile method.

 See Also