hi masters....
does any one know how to flash window form ??
i don't have idea to do this problem..
please help me..
best regards
hi masters....
does any one know how to flash window form ??
i don't have idea to do this problem..
please help me..
best regards
this api function :
private Declare function flashWindow Lib "user32" (ByVal hwnd as Long, ByVal bInvert as Long) As Long
add this code to timer1 :
FlashWindow Me.hwnd, 1
in this case i set timer interval = 500
hope this helps.
all for the best.
thanks for the help.nice one
Its better to flash the window on certain condition like if the window is minized.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.