VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Flashing Title Bar

by luke20au (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

Make's the title bar flash.

Rate Flashing Title Bar

Private Declare Function FlashWindow Lib "user32" (ByVal hWnd As Long, ByVal bInvert As Long) As Long
Private Sub Form_Load()
Dim lngReturnValue As Long
lngReturnValue = FlashWindow(Form1.hWnd, True)
End Sub

Download this snippet    Add to My Saved Code

Flashing Title Bar Comments

No comments have been posted about Flashing Title Bar. Why not be the first to post a comment about Flashing Title Bar.

Post your comment

Subject:
Message:
0/1000 characters