StartAvax

Top  Previous  Next

 

StartAvax (Method)

 

This function starts the use of AVAX control. If a file name is not given, then a temporary file is created in the Windows Temp directory.  Alternatively, the AVAX control can start by inputing a value in the property Filename

 

Syntax:

Function StartAvax(sFileName As String) As Boolean

 

The StartAvax method syntax consists of the following:

Parameter

Data Type

Description

sFileName

String

Is the .AVX filename

 

Return value:

Boolean - True on success, false on error.

 

Remarks:

If the file name is not given, then a temporary file is created in the Widows Temp directory.  Alternatively, the Avax control can start by inputting a value in the property Filename

 

Example