If OpenWindow(0,0,0,500,250,"Test",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) FlashWindow_(WindowID(0),1) Repeat Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf