I am trying to make the window title bar flash but when
i add the api call to a module on compile i get this error
![]()
heres what i using for the API call
VB Code:
Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As LongPublic
any ideas?





Reply With Quote