Mirror

How to make caption blink? (Views: 704)


Problem/Question/Abstract:

How to make caption blink?

Answer:

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

<< Back to main page