Tools Links Login

Blinking Title Bar

Want Attention? Let the title bar of your program blink!

Original Author: oXidizer

API Declarations


Code

'***Add a timer (timer1) to your form... paste the code below to the global declarations!
'***Set the timer interval to 250
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Private Sub Timer1_Timer()
  Call FlashWindow(Form1.hwnd, True)
End Sub

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 102 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.