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 |
What are the differences between MFC Exception macros and C++ exception keywords?
What?s the difference between Modal and Modeless Dialog?
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 Debug and Release versions?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
what if we provide two message handler for same message ?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
What is difference between the TCP/IP and UDP socket
Why Array Index starts from Zero
How to find the mouse entering an image?..while entering need to display next image...
What is the range of intensity of RGB
1)why we cant create more than one instance of the class Derived from CWinApp