Advertisement
3_2004-2005 Miscellaneous #136194

Blinking Title Bar

Want Attention? Let the title bar of your program blink!

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
'***Add a timer (timer1) to your form... paste the code below to the global declarations!
'***Set the timer interval to 250
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Private Sub Timer1_Timer()
  Call FlashWindow(Form1.hwnd, True)
End Sub
Upload
Original Comments (3)
Recovered from Wayback Machine