Hi,

How can I PostMessage from thread to another object? PostMessage/SendMessage
need HWND as parameter but this kind of handle is only in visual controls
(TWinControl, TForm). I temporary can use TWinControl type instead of
TObject but it need parent window to handle messages. Exists any cross
platform solution for this? I found only this article for windows (I can't
find "DefWindowProc" in lazarus)
http://www.delphidabbler.com/articles?article=1

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

Reply via email to