Guest |
Отправлено: 03.11.2005, 23:02 |
|
Не зарегистрирован
|
Как из одной своей программы запустить вторую с параметром, как считать параметр на форуме завались, а как передать этот параметр из программы нету. |
|
olegenty |
Отправлено: 04.11.2005, 07:56 |
|
Ветеран
Группа: Модератор
Сообщений: 2412
|
???
QUOTE |
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
);
|
|
|
|