[lazarus] More Native Win32 stuff(Pascal,canyouhelphere?)

Michael A. Hess mhess at miraclec.com
Tue Aug 10 18:04:21 EDT 1999


Shane Miller wrote:
> 
> Couldn't you inherit CONTROLS.PP or FORMS.PP or whereever the
> TApplication is stored and run through it's components list and see if
> the handles match, then use the object in the list to call Dispatch.

This would be one avenue except in the cast of WM_CREATE. This is sent
to the callback BEFORE the actual CreateWindow function returns. So you
haven't been able to place the HWND in the TControl class yet to do the
search.

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list