RC-WinTrans Object Model Help |
ExportWizard.Show
|
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: