Как можно из своей программы закрыть чужую?
01.01.2007
Вариант 1:
@Drkb::02094
Author: Fantasist
Source: Vingrad.ru https://forum.vingrad.ru
PostThreadMessage(AnotherProg_MainThreadID,WM_CLOSE,0,0);
PostMessage(AnotherProg_MainWindow,WM_CLOSE,0,0);
Вариант 2:
Author: LENIN INC
@Drkb::02095
Source: Vingrad.ru https://forum.vingrad.ru

