How can I flash the taskbar from a partial trusted .NET application?

Posted by Brann on Stack Overflow See other posts from Stack Overflow or by Brann
Published on 2009-03-04T11:27:27Z Indexed on 2010/03/31 10:03 UTC
Read the original article Hit count: 300

I'd like to flash the taskbar (as described here for example), but I can't P/Invoke FlashWindowEx (or anything else, for that matter) in the security context my application is running in.

Is there another way to get the taskbar to flash? If not, what are my options for getting the user's attention?

© Stack Overflow or respective owner

Related posts about pinvoke

Related posts about partial-trust