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 |
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
What are the differences between MFC Exception macros and C++ exception keywords?
what is the use of CWinApp class?
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
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
Can you explaing the relashionship between document,frame and view ?
1)dynamic creation of a Button ?
1)How to change the size of a button at run time ?
What are the types of button controls?
How you find memory leaks?
Differ GetMessage, PostMessage & PeakMessage?
Hi can anyone explain about the synchronization objects types and where we are using in the code.