Mega Code Archive

 
Categories / Delphi / Examples
 

How to make caption blink

If you want to have your form's caption bar blink, you may think of using a timer and owner-drawing the non-client area :-) But there is a much easier way: Use the API function FlashWindow (h : hWnd; bInvert : boolean);