944,146 Members | Top Members by Rank

Ad:
Mar 30th, 2005
0

i have a problem

Expand Post »
please explain me windows message handler
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mehdy is offline Offline
8 posts
since Dec 2004
Mar 30th, 2005
0

Re: i have a problem

Quote originally posted by mehdy ...
please explain me windows message handler
Hi ,i know nothing about it but using google i find this and much more .
http://www.codeproject.com/dialog/messagehandling2.asp
Team Colleague
Reputation Points: 1056
Solved Threads: 792
I hate 20 Questions
caperjack is offline Offline
12,732 posts
since Aug 2003
Mar 30th, 2005
0

Re: i have a problem

And this microsoft page can be helpful I think ...

http://support.microsoft.com/kb/170570/EN-US/
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
Mar 30th, 2005
0

Re: i have a problem

For all of you programmers out there- please don't Trout Slap me too hard for the following explanation; coding is definitely not one of my areas of expertise...


On a very basic level, message handlers are pieces of code that tell a program (or Windows itself) what to do when different events occur in your system.

A common example of an "event" would be the action of a user clicking their mouse on a certain button within one of the program's windows. When a user does that, the program needs to know:

- that some button actually has been clicked.
- which exact button has been clicked.
- what action it should perform when that specific button is clicked.

The fact that the user has clicked a button in one of the program's windows, which exact button it was, and other information concerning the specific event, is transmitted from the program's window to the program itself via a chunk of data called a "message".

Included in (or accessible to) the program are pieces of code called "event handlers" or "message handlers" which contain instructions on what to do when the program is notified via the message that an event has occurred.
Based on the information contained in a given message, an appropriate message handler is located, and the processing of the action(s) that should occur in response to that message are then processed by the handler.
DMR
Team Colleague
Reputation Points: 221
Solved Threads: 369
Wombat At Large
DMR is offline Offline
6,439 posts
since Dec 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: HD problems
Next Thread in Windows NT / 2000 / XP Forum Timeline: 16 bit Windows Subsystem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC