How to flash the titlebar of a Visual Basic window -------------------------------------------------- You need to use the FlashWindow API: Public Declare Function FlashWindow Lib "user32" Alias "FlashWindow" (ByVal hwnd As Long, ByVal bInvert As Long) As Long The syntax is like this: FlshWindow Me.Hwnd,True