View Poll Results: how to capture windows events?
- Voters
- 2. You may not vote on this poll
-
Mar 24th, 2002, 06:34 AM
#1
Thread Starter
New Member
event programming
how to capture windows events?
mfc class name used for event listening?
how to overide and overload class methods
very urgently needed
please help
-
Mar 24th, 2002, 08:41 AM
#2
What windows events do you want to capture?
What does ik and jj stand for?
-
Mar 24th, 2002, 12:44 PM
#3
Frenzied Member
To capture windows messages that have not already been converted to visual basic intrinsic events (such as Form_Move) you need to subclass the form, intercept the Window messages, translate the parameters you are passed to a more meaningful style, raise the event and then decide whether or not you want to pass on the message to the default window handler.
This is how the ApiWindow class events work.
Hope this helps,
Duncan
Last edited by MerrionComputin; Mar 25th, 2002 at 05:40 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|