Thema
:
Delphi
Remove tray icon when killing program
Einzelnen Beitrag anzeigen
jaenicke
Registriert seit: 10. Jun 2003
Ort: Berlin
9.648 Beiträge
Delphi 11 Alexandria
#
14
AW: Remove tray icon when killing program
18. Okt 2013, 11:46
The application has to have a window
handle
and a message loop. The window does not have to be visible. So the solution, which should work in most if not all cases, would be to send WM_CLOSE to alle window handles found for the application.
Sebastian Jänicke
AppCentral
Zitat
jaenicke
Öffentliches Profil ansehen
Mehr Beiträge von jaenicke finden