[lazarus] Can someone set me on the right path...

Pascal Dutilleul pduti at yahoo.com
Mon Aug 9 05:47:21 EDT 1999



I think you should write the whole message dispatching routines
yourself.

If you have Delphi 3 : look into the help and follow
Help -> contents -> developing applications -> creating  custom
components ->Handling messages

There you can read all about MainWndProc, WndProc, Dispatch, Handler,
...


Pascal

--- "Jeffrey A. Wormsley" <daworm at cdc.net> wrote:
> I am trying to get a TForm up under pure Win32 via
> LCL, and am havining
> some problems...   At some point, I need to create a
> message handler for
> the form, but I am unsure how to do this, or where
> it goes.  I can create a
> window and assign the handle to the form's
> FClientHandle, but I do not know
> how to set the underlying TComponent's FWindowProc,
> or even what it should
> be set to.  I can define a message handler, but can
> the same code be used
> for more than one form?  I have to admit I'm lost
> here.  I can send anyone
> willing to help what I have so far (gtk converted to
> win32, then commented
> out 95%).
> 
> Jeff.
> 

_____________________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com






More information about the Lazarus mailing list