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 |
sql query for delete duplicate records in sql datadbase
About GDI object?
What is System call executable binary file into a process?
What is an Hash Mapping in java?
describe process of creating a new class of windows ??
how radio button is active in dialog box?
what is the function to repaint a window immediately?
how to Initialize contents of a dialog?
In Win32 application can we use CString datatype?
In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??
Function entry for DLL in win3.1
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.