PDA

View Full Version : Simulating the titlebar of a modal dialogbox


johnman
3rd July 2005, 20:36
When a modal dialog is created with DialogBox and you click on the main window the dialog attracts the attention by letting the titlebar flicker (gray & blue).

How can i do the same thing (letting the titlebar flicker) with a normal window?

fccHandler
4th July 2005, 07:12
FlashWindow (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/flashwindow.asp), or FlashWindowEx (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/flashwindowex.asp).

johnman
4th July 2005, 09:11
Thats the function i was looking for :D .
Thanks.

(i also tried to search for it on MSDN + google before i posted, since i had seen it before, but i couldnt find it anymore :(. )