<div dir="ltr"><br><div class="gmail_quote">On Tue, Jul 3, 2012 at 10:12 AM, Ludo Brands <span dir="ltr"><<a href="mailto:ludo.brands@free.fr" target="_blank">ludo.brands@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
> It looks like the message never fires.<br>
<br>
</div>Only few windows messages can be intercepted with the message directive.<br>
Inserting your own WndProc in the message chain is a solution:<br>
<a href="http://wiki.freepascal.org/Win32/64_Interface/ja#Processing_non-user_message" target="_blank">http://wiki.freepascal.org/Win32/64_Interface/ja#Processing_non-user_message</a><br>
s_in_your_window<br></blockquote><div><br>There are few problems there that I found after a lot of testing.<br>For example WndProc that does not execute, also my own TApplication that inherited from forms.TApplication did not got the message fires. <br>

<br>So, I'm going to use the Application.OnQuery... Instead and get over with it<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Ludo<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>