DelphiFAQ Home Search:
General :: Windows :: Programming :: Windows with Delphi :: Windows Forms
Code snippets, Q+A around the Windows user interface. From a Delphi perspective, but usually applicable to other languages.

Articles:

This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.

This is the FULL list of all articles in this category.

Featured Article

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);