Makes import wizard dialog visible.

Syntax:

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

' initialize wizard
[...]

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

See also:

Class ImportWizard


Last Updated: 07/26/05