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 |
1)At run-time, you can change the icon by calling the LoadIcon() function?
What is the initial function to be called in MFC and what it will do
1)How to change a text of a button in runtime?
How can update edit control data of an executing application from other application?
how can u change button shape at run time
Why not virtual functions to handle messages?
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);
1)How to load an icon on a button as Dynamically ?
What is document-view architecture ? Give me one real time example for SDI ?
If i derive a new class from CObject what are the basic features my derived wil get ?
How to handle command line arguements from simple MFC application ?
what is the component of CLR ?