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.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
Which MFC function is used to display output?
1)set the Title for The File DialogBox, in MFC?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
What MFC base classes provide support for ActiveX controls?
What are the special requirements for dialog box resources used in a form view?
how many types of classes are ther,what are that
1)How to create ToolTip in MFC?
How can server communicate with more than one client
How to handle RTTI in MFC ?
Explain about MDI and CMultiDocTemplate ?