On Tue, Jul 3, 2012 at 10:12 AM, Ludo Brands <ludo.bra...@free.fr> wrote:

>
> > It looks like the message never fires.
>
> Only few windows messages can be intercepted with the message directive.
> Inserting your own WndProc in the message chain is a solution:
>
> http://wiki.freepascal.org/Win32/64_Interface/ja#Processing_non-user_message
> s_in_your_window
>

There are few problems there that I found after a lot of testing.
For example WndProc that does not execute, also my own TApplication that
inherited from forms.TApplication did not got the message fires.

So, I'm going to use the Application.OnQuery... Instead and get over with it


>
> Ludo
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to