how to repaint when working with horizontal scroll bar
No Answer is Posted For this Question
Be the First to Post Answer
Which MFC function is used to display output?
What is userdefine Messages in MFC?
What is a message map?
1)At run-time, you can change the icon by calling the LoadIcon() function?
What function is called by a document class to notify views that the document has been changed?
If i derive a new class from CObject what are the basic features my derived wil get ?
How to update windows title bar dynamically?
How to convert a CString variable to char* or LPTSTR?
What is the base class for most MFC classes?
What is the difference between the ASSERT and VERIFY macros?
Difference between Debug and Release versions?
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