Re: Help ! with win32lib David
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Jul 08, 1999
- 610 views
Bernie wrote: > I need to know how to monitor the event loop > from a custom control to intercept messages > like you can in windows. Use the onEvent() trap; it will give you access to all the events that are passed to a given control. -- David Cuny

