What is the range of intensity of RGB
Answer / guest
0 to 255. If all three intensities are 0 (RGB(0,0,0)) means
black and all three intensities are 255 then white (RGB
(255,255,255)).
Is This Answer Correct ? | 7 Yes | 0 No |
How to convert a CString variable to char* or LPTSTR?
List out the basic features of MFC.
What is the base class for MFC Framework ?
What is socket?
How you find memory leaks?
What is the difference between Synchronous sockets and asynchronous sockets?
what is the use of Mutex and critical section
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
Does the application have more than one object? If no, then what is the reason?
1)why we cant create more than one instance of the class Derived from CWinApp
I want recent paper pattern for HP company?
What is a message map, and what is the advantage of a message map over virtual functions?