In my application I need to minizime to tray (doing stuff like visible=false, FormWindowState = minimized etc.) automatically after some time.
The problem is, that when Windows is locked when this code executes, it doesn't happen (I'm guessing that while Windows is locked all form operations doesn't take place or something)
Does anyone know what can I do?