You are on page 1of 1

Private Declare Function FlashWindow Lib "user32" Alias "FlashWindow" (ByVal hWn

d as long, ByVal bInvert as long) as long


Private Sub timer1_timer()
Dim nReturnValue as Integer
nReturnValue = FlashWindow(form1.hWnd, true)
End Sub

You might also like