Текущий архив: 2006.12.17;
Скачать: CL | DM;
ВнизСкрыть внешний процесс Найти похожие ветки
← →
SSSs (2006-11-29 22:56) [0]Доброе время суток всем!
Меня терзает один вопрос по поводу дельфи....Как программно скрыть с экрана монитора процесс(внешний не касающий не дельфи)...т.е проще говоря hide....
Допустим у мя запущен процесс calc.exe мне надо сделать так что б он был для мя невидим пусть даже висит в процессах(альт контр дел) главное что б я невидел на эркане...
Благодарю заранее...
П.С тока не совейтуе процедуру киллтаск она убивает процесс а не крывает....
← →
Сергей М. © (2006-11-30 09:06) [1]The ShowWindow function sets the specified window"s show state.
BOOL ShowWindow(
HWND hWnd, // handle of window
int nCmdShow // show state of window
);
Parameters
hWnd
Identifies the window.
nCmdShow
Specifies how the window is to be shown. This parameter is ignored the first time an application calls ShowWindow, if the program that launched the application provides a STARTUPINFO structure. Otherwise, the first time ShowWindow is called, the value should be the value obtained by the WinMain function in its nCmdShow parameter. In subsequent calls, this parameter can be one of the following values:
Value Meaning
SW_HIDE Hides the window and activates another window.
← →
ssss (2006-11-30 16:21) [2]эээ
← →
Сергей М. © (2006-11-30 16:23) [3]ууу
← →
novill © (2006-11-30 16:24) [4]ыыы
Страницы: 1 вся ветка
Текущий архив: 2006.12.17;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.05 c