dllimport "user32.dll" stdcall Boolean FlashWindow( pointer hWnd, // handle to window Boolean bInvert // flash status ); FlashWindow(getMainWnd().handle, true);
Was this information helpful? Yes No