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

Recommended Answers

All 3 Replies

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.

commented: Great to know this. but i don't know much about api function. +1

thanks for the help.nice one

Its better to flash the window on certain condition like if the window is minized.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.