what is the function to repaint a window immediately?
Answers were Sorted based on User's Feedback
Answer / guest
Invalidate() -- To repaint the entire client area
InvalidateRect() -- To repaint a specific portion of the
client area.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / naviyr
InvalidateRect/Validate functions causes WM_PAINT message to
be placed in the windows message queue. On the other hand,
UpdateWindow will cause WM_PAINT message to be sent directly
to the window procedure for repaint activity.
| Is This Answer Correct ? | 9 Yes | 1 No |
Function entry for DLL in win3.1
how radio button is active in dialog box?
what is use of the createWindow object
In Win32 application can we use CString datatype?
java is pure object oriented programming language why?
sql query for delete duplicate records in sql datadbase
What is preemption and context switching?
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
What is an Hash Mapping in java?
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
What Message to limit the size of window?