开发者

Strange Wpf Ballon behavior after unlocking pc

开发者 https://www.devze.com 2023-02-26 08:49 出处:网络
I have a wpf application that runs some threads every x minutes and I noticed that if I block the pc 开发者_C百科and than unblock it after some time, all the balloons messages that were supposed to di

I have a wpf application that runs some threads every x minutes and I noticed that if I block the pc 开发者_C百科and than unblock it after some time, all the balloons messages that were supposed to display during the time my pc was locked are displayed when I unlock the pc (like they were waiting for the gui to come back). Is that a normal behaviour? Is there any way to avoid this?


I don't know whether or not this is intended behavior but I think it is justified in most cases.

Here is a way to find out if the PC is locked so you can suppress popups (if that is what you want)

0

精彩评论

暂无评论...
验证码 换一张
取 消