Makes the export wizard dialog visible. Returns True if the Wizard is finished with the "Ok" button, False otherwise.

Syntax:

Show() As Boolean
Return: Boolean
Example:
Dim Wiz As New ExportWizard

' initialize wizard
[...]

If (Wiz.Show) Then
	' take action
	[...]
End If
Remarks: The file name, the preview array, the source language code, target language codes, and possibly the separator must be set before the "Show" method can be started.

See also:

Class ExportWizard


Last Updated: 07/26/05