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 |
How can we create thread in MFC framework?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
What is the base class for MFC Framework ?
what is the difference between compiling and building?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
How to handle command line arguements from simple MFC application ?
if i modified data in 1 view how does the other view knows
What is CArchive class dowes?
What is the use of CCmdTarget ?
In VC++ How to transfer between one exe to another exe while running..
1)How to change a text of a button in runtime?