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 is a message map?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
What types of threads are supported by MFC framework?
what is the difference between compiling and building?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
Whats is DDX & DDV in MFC?
If i derive a new class from CObject what are the basic features my derived wil get ?
1)set the Title for The File DialogBox, in MFC?
how many types of messages are their
How to setup a timer?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is userdefine Messages in MFC?