Is it possible to make the window block thing in your toolbar flash when an event happens?
i couldnt really think of what function would do this.

Recommended Answers

All 5 Replies

Other applications seem to manage it when they want user attention.
So I'm going with "yes" as being the answer to your question, it is possible to do that.

do you have any clue on the function lol?

Its not a simple function call -- you have to code something that will such as 1) erase the icon, 2) wait a few milliseconds, and 3) redraw the icon. Repeat for as long as you want it to appear to be flashing. Don't ask me how to do it because I don't know without doing a considerable amount of research.

do you have any clue on the function lol?

You might try FlashWindow() or FlashWindowEx().

You might try FlashWindow() or FlashWindowEx().

Great :) So it is just a simple function call afterall.

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.