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
http://htmlschool.co.uk/images/error.JPG
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?
