Updates the client area of a window by sending a WM_PAINT message to the window
#include <WinAPISysWin.au3>
_WinAPI_UpdateWindow ( $hWnd )
$hWnd | Handle of window to update |
Success: | True |
Failure: | False |
Search UpdateWindow in MSDN Library.