1. Re: Win32lib an onClick (+fan mail)
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