Isn't really impossible to use LCL-only tools?
I don't need to send key events to another application,
only to another form or control of the same app!


I just have learned it is possible to set
Form1.Keypreview := true;

Then call from Form2
Form1.FormKeyPress( Self, Key );

Now i think how to assign this 'Key' to
Form1.ActiveControl.

--
12 12 aka skywriter

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to