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 |
1)How to change a text of a button in runtime?
Explain in sort What is CTargetObject?
What is a message map, and what is the advantage of a message map over virtual functions?
List out the basic features of MFC.
Does the application have more than one object? If Yes, Briefly explain.
What is a critical section and how is it implemented?
1)set the Title for The File DialogBox, in MFC?
what do you mean by psychic window?
What is the range of intensity of RGB
is it possible to display a window .without using windowclass
Which CPrintInfo member variable must be set for multiple page printouts?
1) How do you Destroy a Dialog Box ?