VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Form Flash

Ben Doherty  (5 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This code makes your form window flash like Aol's Instant Messanger when it receives a message.

Assumes
make a timer and set the interval to 3000.

API Declarations
private declare function FlashWindow lib "user32" alias "FlashWindow" (ByVal hWnd as long, ByVal bInvert as long) as long

Rate Form Flash (14(14 Vote))
Form Flash.bas

Form Flash Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters