Показать сообщение отдельно
  #2 (permalink)  
Старый 18.04.2012, 19:12
Аспирант
Отправить личное сообщение для Майя Посмотреть профиль Найти все сообщения от Майя
 
Регистрация: 24.01.2012
Сообщений: 31

Вызвала, предварительно почитав:
IShellDispatch2.ShellExecute( sFile, [ vArguments ], [ vDirectory ], [ vOperation ], [ vShow ])
(sFile, sFile [in] Type: BSTR A String that contains the name of the file on which ShellExecute will perform the action specified by vOperation.
[ vArguments ], vArguments [in, optional] Type: Variant A string that contains parameter values for the operation.
[ vDirectory ], vDirectory [in, optional] Type: Variant The fully qualified path of the directory that contains the file specified by sFile. If this parameter is not specified, the current working directory is used.
[ vOperation ], vOperation [in, optional] Type: Variant The operation to be performed. This value is set to one of the verb strings that is supported by the file. For a discussion of verbs, see the Remarks section. If this parameter is not specified, the default operation is performed.
[ vShow ] vShow [in, optional] Type: Variant )

Теперь бы понять как javascript'у дождаться выполнения внешнего приложения?
Ответить с цитированием