What is the base class for MFC Framework ?
Answers were Sorted based on User's Feedback
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
Tell me about different kinds of synchranization objects ?
what is the component of CLR ?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
Explain Doc/View architecture
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
1)How to create ToolTip in MFC?
1)why we cant create more than one instance of the class Derived from CWinApp
Why not virtual functions to handle messages?
what are the feauters of CObject
Why Array Index starts from Zero
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it