![]() |
|
#1
|
|||
|
|||
|
How can I do to put off anyother program with Delphi? Please Help me!
|
|
#2
|
|||
|
|||
|
Find the handle of the window using FindWindow or EnumWindows and use
PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it should work fine. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|