Search Tools Links Login

Flashing Title Bar


Visual Basic 6, or VB Classic

Make's the title bar flash.

Original Author: luke20au

Code

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

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 118 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.