![]() |
Re: DLL EntryPoint
Zitat:
|
Re: DLL EntryPoint
Zitat:
Delphi-Quellcode:
eine endliche Schleife mache... Problem:
while Running do
...
Delphi-Quellcode:
Also entweder bekomm ich keine WM_ENDSESSION Message von Windows oder ich weiß auch nicht...
procedure TMyWindow.GetMessages(var Message: TMessage);
begin if Message.Msg = WM_ENDSESSION then begin Running := false; ShowMessage('!'); // <-- wird niemals ausgeführt... end; Message.Result := DefWindowProc(hMsgWin, Message.Msg, Message.wParam, Message.lParam); end; Gibts da irgendwie eine Lösung? Gruß Neutral General |
Re: DLL EntryPoint
![]() |
Re: DLL EntryPoint
Kann ich Windows kein Top-Level Window vorgaukeln oder das ganze irgendwie anders lösen?
|
Re: DLL EntryPoint
Erstell ein unsichtbares Fenster mit einer Nachrichtenschleife.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz