Windows Form application freeze randomly when run overnight

前端 未结 5 708
离开以前
离开以前 2021-01-04 18:09

I have a window form application, and it has multiple threads running that would invoke on the Main UI thread to update the UI. Occasionally on development machine, the app

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-04 18:42

    Please check the code in this answer that can help you to find the exact event handlers that causes your Windows Form application to freeze due threading problem with SystemEvents class.

提交回复
热议问题