Title: How to Flash the Title BarTimer1.Interval=n(Tip for n=1000"1second")procedureTForm1.Timer1Timer(Sender:TObject);beginFlashWindow(Handle,true);FlashWindow(Application.Handle,true);end;