Search
FlowChart.LoadPicture Method
See Also
 



Loads a background image from a file.

 Syntax

VB6  Copy Code

Public Sub LoadPicture( _
    ByVal FileName As String _
)

C++  Copy Code

public:
void LoadPicture (
    BSTR FileName
)

 Parameters

FileName
The name of the image file to load from.

 Remarks

Loads a background image from a file. The file format can be any of OleLoadPicture supported image formats. You can also use the Picture property to set the background image.

 See Also