VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code is display the use of FlashWindow Api Function When you form window is in background then

Pragnesh Vaghela  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Fri 20th October 2000   Mon 8th February 2021

This code is display the use of FlashWindow Api Function When you form window is in background then it can flash in taskbar and give the

API Declarations


' just mail to [email protected]
' for more funny code in visual basic

Option Explicit
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Private Declare Function GetActiveWindow Lib "user32" () As Long
Dim a As Long
Dim b As Long


Rate This code is display the use of FlashWindow Api Function When you form window is in background then (1(1 Vote))
This code is display the use of FlashWindow Api Function When you form window is in background then.bas

This code is display the use of FlashWindow Api Function When you form window is in background then Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters