What is subclassing?
Answers were Sorted based on User's Feedback
Answer / sonali dongare
Subclassing is a technique that allows an application to
intercept and process messages sent or posted to a
particular window before the window has a chance to process
them. This is typically done by replacing the Window
Procedure for a window with application-defined window
procedure. I will devide this article into 3:
Subclassing in SDK programs,
Subclassing in MFC programs,
Reflected messages
| Is This Answer Correct ? | 21 Yes | 1 No |
What does mfc stand for?
List out the parameters of WinMain Function.
What is the command routing in MFC framework?
Explain Doc/View architecture
1) Enable or disable a Cancel button at run time?
How to handle RTTI in MFC ?
what is the size of a process
What are the types of button controls?
How can we create thread in MFC framework?
What is the use of UpdateData funciton ?
How to convert a CString variable to char* or LPTSTR?
What is document-view architecture ? Give me one real time example for SDI ?