...Flash the Title Bar?

Author: --

Category: VCL

Timer1.Interval = n  (Tip for n = 1000  "1 second")

procedure TForm1.Timer1Timer(Sender: TObject);
begin
     FlashWindow(Handle, true);
     FlashWindow(Application.Handle, true);
end;

 

printed from
www.swissdelphicenter.ch
developers knowledge base