I can use ‘FlashWindowEx’ to make a window flash in the taskbar, but what can I call to determine if that has been done to a window? Is there a flag that gets set somewhere that I can query?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s seems that such thing is not possible. However, there may be workarounds. For example, you may keep a boolean variable ‘flash = false’. Then set it to ‘true’ when you call FlashWindowEx and set to ‘false’ in the situations in which applications typically gain focus.
References: