App stops Windows from closing

  • Thread starter Thread starter Andreas Zita
  • Start date Start date
A

Andreas Zita

Hi

I have an odd problem. While my .net form app is running, although idle, I
can't shut down Windows. Nothing happens when trying. That is, all other
apps are closed but not my own app. Only when closing my app manually
Windows resumes closing itself and the computer. What can be the reason for
this? (Theres no closing dialogs or similair and no freeze)

/Andreas Z
 
I solved this one myself. The problem appears to be caused by a
System.Windows.Form.Timer which was triggering a method in short interval
and thus apparently stopped Windows from closing it automatically ...

/AZ
 
Back
Top