Does the application have more than one object? If Yes,
Briefly explain.
Answers were Sorted based on User's Feedback
Answer / rk
It can have multiple threads, but can have only one
object,derived from CWinApp class (which inherits from
CWinthread)
| Is This Answer Correct ? | 4 Yes | 0 No |
Given two processes, how can they share memory?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
How can server communicate with more than one client
how u can move CDC pointer to one line in cview?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
1) create ToolTip in MFC?
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
Difference between Cclint DC & Cpaint Dc
Why Array Index starts from Zero
how many types of classes are ther,what are that
if i modified data in 1 view how does the other view knows
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