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

    Source: geocities.com/siliconvalley/network/5045

               ( geocities.com/siliconvalley/network)                   ( geocities.com/siliconvalley)