Re: Win32lib an onClick (+fan mail)
- Posted by Bernie Ryan <LockCityData at CS.COM> Feb 16, 2000
- 434 views
On Wed, 16 Feb 2000 12:21:05 -0500, Brian Broker <bkb at CNW.COM> wrote: >That thought recently occured to me as well. I've never used 'onEvent' >before and there is no example for using it in the documentation. Could >somebody provide an example of it's use? > Brian: As far as I know onEvent allows you to intercept ANY window message and setup your own message responses. But I think you have to be sure that to pass the messages on to the default window response that you do not respond to (like you normally do in windows). Bernie