What is userdefine Messages in MFC?
Answer / suresh
which messages ID's are created by WM_USER+, they are user defined messages.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a Modeless Dialog?
What is the range of intensity of RGB
how to repaint when working with horizontal scroll bar
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 is primitive and non-primitive application?
How to access document object from view ?
Psychic Window Technique
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is the difference between GetMessage and PeekMessage ?
How to convert a CString variable to char* or LPTSTR?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
What is a message map?