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 |
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
sql query for delete duplicate records in sql datadbase
Message to limit the size of window
win 3.1 supports which type of multi tasking?
what is the stack size in win 32 program
How will we unable and disable services in win 7 ?
Explain Win32 Program Execution flow?
About GDI object?
What is System call executable binary file into a process?
Function entry for DLL in win3.1
System call executable binary file into a process
What is preemption ? context switching ?