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

Вниз

ShellExecute   Найти похожие ветки 

 
Shrek ©   (2002-08-26 21:49) [0]

Как используя ShellExecute при запуске программы передать параметр? Желательно пример.


 
Song ©   (2002-08-26 21:54) [1]

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
);


 
Shrek ©   (2002-08-26 21:54) [2]

Народ простите:
Будет так:
ShellExecute(Handle, "Open", "Project1.exe", "MyParam", nil, SW_SHOWNORMAL);


 
Shrek ©   (2002-08-26 21:56) [3]


> Song © (26.08.02 21:54)

Спасибо тебе огромное!



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

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

Наверх




Память: 0.47 MB
Время: 0.017 c
6-31933
sergant33
2002-07-27 11:34
2002.10.10
Как узнать, есть соединение с инетом, или нет


4-32072
ikivio
2002-08-26 03:48
2002.10.10
Есть некий процесс. Как узнать кто его породил?


14-31994
Wolf226
2002-09-13 16:01
2002.10.10
Существует ли AutoIncrement в Серверных БД?


6-31924
Nox
2002-08-10 18:00
2002.10.10
<<<Несколько вопросов>>>


4-32082
Shrek
2002-08-26 21:49
2002.10.10
ShellExecute