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 |
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Psychic Window Technique
What is subclassing?
Does the application have more than one object? If Yes, Briefly explain.
What is LPCTSTR? What does LP denote it?
Explain the flow of SDI application?
How to convert a CString variable to char* or LPTSTR?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the initial function to be called in MFC and what it will do
How can i change the color of a dropdowncombobox elements
is it possible to display a window .without using windowclass
what is message loop how mfc does it internally?