Which .Net Timer() to use

前端 未结 5 1511
一向
一向 2020-12-09 22:27

I have a legacy WinForms Mdi App in VB.Net 2.0 which I am adding functionality to. One of the additions is a warning which needs to be raised when the current time nears a s

5条回答
  •  离开以前
    2020-12-09 22:54

    I would just use the Forms timer. I think I read that it's not as accurate, but it sounds like you don't need it to be.

提交回复
热议问题