|
RepaintScreen procedure
Shell utilities routines |
|
| acUtils
|
| procedure RepaintScreen;
|
| The RepaintScreen procedure completely refreshes user's desktop. Call RepaintScreen to repaint all windows of running programs.
|
| procedure RepaintScreen;
|
| begin
|
| try
|
| WinExec('rundll32 user,repaintscreen', SW_SHOWNORMAL);
|
| except
|
| end;
|
| end;
|