In my application, I need to minizime into the tray (do things like visible = false, FormWindowState = minimized, etc.) automatically after a while.
The problem is that when Windows is blocked when this code is executed, it does not happen (I assume that although Windows is locked, all forms operations do not happen or something like that)
Does anyone know what I can do?
source share