|
-
Dec 23rd, 2003, 04:13 PM
#1
Thread Starter
Addicted Member
Flash Window Problem (Resovled)
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?
Last edited by señorbadger; Dec 25th, 2003 at 06:56 AM.
-
Dec 23rd, 2003, 05:25 PM
#2
What's a LongPublic?
VB Code:
Public Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Dec 25th, 2003, 06:33 PM
#3
Hyperactive Member
Maybe it's just me....but LongPublic sounds rather obscene when declared alongside Option XXXPlicit
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|