Hi All,

Is it possible to implement windows message loop in visual foxpro 8.0? If
this is possible, it would be great if anybody could post an example of the
same?

Thanks
kd

Re: Implementing WndProc in vfp by David

David
Sun Mar 20 11:24:53 CST 2005

kd,

You can in VFP9.

BINDEVENT(hWnd | 0, nMessage, oEventHandler, cDelegate)

--
df - Microsoft MVP FoxPro http://www.geocities.com/df_foxpro


"kd" <kd@discussions.microsoft.com> wrote in message
news:C8404877-6530-4FAC-94DA-F9F96CD0D940@microsoft.com...
> Hi All,
>
> Is it possible to implement windows message loop in visual foxpro 8.0? If
> this is possible, it would be great if anybody could post an example of
> the
> same?