Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.09.04;
Скачать: CL | DM;

Вниз

Запуск приложения   Найти похожие ветки 

 
Pasha L   (2005-08-05 19:28) [0]

Подскажите, как из моего приложения запустить другое


 
Adder ©   (2005-08-05 19:31) [1]

CreateProcess
ShellExecute (uses ShellApi)

Пример:
ShellExecute(Application.Handle,"open","winrar.exe","e -pWQUY -TADR  info.exe",0,sw_ShowNormal);


 
Adder ©   (2005-08-05 19:34) [2]

HINSTANCE ShellExecute(

   HWND hwnd, // handle to parent window
   LPCTSTR lpOperation, // pointer to string that specifies operation to perform
   LPCTSTR lpFile, // pointer to filename or folder name string
   LPCTSTR lpParameters, // pointer to string that specifies executable-file parameters
   LPCTSTR lpDirectory, // pointer to string that specifies default directory
   INT nShowCmd  // whether file is shown when opened
  );


 
Pasha L   (2005-08-05 19:47) [3]

спасибо спасибо. Я в хелпе уже прочитаю. Большое спасибо


 
Fay ©   (2005-08-05 19:55) [4]

Осталось только ждать вопроса "Как отследит завершение выполнения WinRar"
8)


 
Piter ©   (2005-08-05 20:19) [5]

Удалено модератором



Страницы: 1 вся ветка

Текущий архив: 2005.09.04;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.036 c
9-1115983886
VVV-First
2005-05-13 15:31
2005.09.04
GLPoint


2-1123225744
Гость22
2005-08-05 11:09
2005.09.04
Простой вопрос.


3-1122290285
Layner
2005-07-25 15:18
2005.09.04
FIREBIRD / COLLATE PXW_CYRL


3-1121940951
PHilosoPH!
2005-07-21 14:15
2005.09.04
Список серверов MS SQL


1-1123770279
IceBeerg
2005-08-11 18:24
2005.09.04
Как в ячейку StringGrid а вставить ComboBox?