how many types of messages are their

Answers were Sorted based on User's Feedback



how many types of messages are their..

Answer / sahadev tarei

2 types(queued & nonqueued)

queuedd-posted to message queue(keyboard,mouse,timer,close)
nonqueuedd-posted to window function(Other rest message)

actually 200 different messages that window can send.

Is This Answer Correct ?    10 Yes 1 No

how many types of messages are their..

Answer / a_l_soni

1. Windows messages: This includes primarily those messages
beginning with the WM_ prefix, except for WM_COMMAND.
Windows messages are handled by windows and views. These
messages often have parameters that are used in determining
how to handle the message.

2. Control notifications: This includes WM_COMMAND
notification messages from controls and other child windows
to their parent windows. For example, an edit control sends
its parent a WM_COMMAND message containing the EN_CHANGE
control-notification code when the user has taken an action
that may have altered text in the edit control. The
window's handler for the message responds to the
notification message in some appropriate way, such as
retrieving the text in the control.

3. Command messages: This includes WM_COMMAND notification
messages from user-interface objects: menus, toolbar
buttons, and accelerator keys. The framework processes
commands differently from other messages, and they can be
handled by more kinds of objects, as explained in Command
Targets.

Is This Answer Correct ?    10 Yes 3 No

how many types of messages are their..

Answer / suganya nataraj

Window Messages
Command Messages
User Interface Update Command Messages
User Defined Messages
Event Notification Messages
Custom Control Messages
System-Registered Messages

Is This Answer Correct ?    5 Yes 0 No

how many types of messages are their..

Answer / surendra mishra

Two types of message are there
1> Windows defined and
2> User defined.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More MFC Interview Questions

What is primitive and non-primitive application?

2 Answers   HCL,


what is the updated verssion in vc++

3 Answers   Aspect,


what if we provide two message handler for same message ?

1 Answers  


What is userdefine Messages in MFC?

1 Answers   HCL,


List out the parameters of WinMain Function.

2 Answers   Mphasis,






How we call a dialog in another dialog?

2 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers

0 Answers   TCS,


what message is sent to an application when the user presses the primary button?

0 Answers   University Exams,


how do u identify RTTI in vc++

4 Answers   Siemens,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


What is thread & process?

15 Answers   Exaband,


Categories