VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code shows you you can flash the window title bar and taskbar button using a Windows API call.

by Visual Basic 6 Tutorials and soruce code (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Tue 20th February 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code shows you you can flash the window title bar and taskbar button using a Windows API call.

Rate This code shows you you can flash the window title bar and taskbar button using a Windows API call.



    Timer1.Interval = 1000
    Timer1.Enabled = True
End Sub

Private Sub Timer1_Timer()
   FlashWindow Form1.hwnd, 1
End Sub

Download this snippet    Add to My Saved Code

This code shows you you can flash the window title bar and taskbar button using a Windows API call. Comments

No comments have been posted about This code shows you you can flash the window title bar and taskbar button using a Windows API call.. Why not be the first to post a comment about This code shows you you can flash the window title bar and taskbar button using a Windows API call..

Post your comment

Subject:
Message:
0/1000 characters