This code shows you you can flash the window title bar and taskbar button using a Windows API call.
This code shows you you can flash the window title bar and taskbar button using a Windows API call.
Rate This code shows you you can flash the window title bar and taskbar button using a Windows API call.
(1(1 Vote))
Timer1.Interval = 1000
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
FlashWindow Form1.hwnd, 1
End Sub
This code shows you you can flash the window title bar and taskbar button using a Windows API call. Comments
No comments yet — be the first to post one!
Post a Comment