This code makes your form window flash like Aol's Instant Messanger when it receives a message.
Assumes
make a timer and set the interval to 3000.
API Declarationsprivate declare function FlashWindow lib "user32" alias "FlashWindow" (ByVal hWnd as long, ByVal bInvert as long) as long