1

I have a wpf application that runs some threads every x minutes and I noticed that if I block the pc 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?

antogg2004
  • 70
  • 1
  • 6

1 Answers1

0

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)

Community
  • 1
  • 1
Emond
  • 50,210
  • 11
  • 84
  • 115