Re: [RESOLVED] Create common event for array of controls
Quote:
Is this way more secure than using Hook-APIs directly?
What's exactly the Hook-API you meant?
Quote:
Can this method replace subclassing? Or, in this way, we can avoid subclassing? Thanks!
If you meant array-control events processing then answer - no.
Re: [RESOLVED] Create common event for array of controls
Quote:
Originally Posted by
The trick
What's exactly the Hook-API you meant?
Such as SetWindowsHookEx.
Quote:
Originally Posted by
The trick
If you meant array-control events processing then answer - no.
OK, thank you, The trick.
Re: [RESOLVED] Create common event for array of controls
Quote:
Such as SetWindowsHookEx
Okay just i thought you meant API-hijacking. Okay.
What's the task requires this function (SetWindowsHookEx)?
Re: [RESOLVED] Create common event for array of controls
I don't remember the specific situation. I remember that some people used this API many years ago when developing VB app skins, and it also seems to cause IDE crashes.
Re: [RESOLVED] Create common event for array of controls