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
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.