I am currently developping an application where I need to check if the user has replaced a file (by MD5) and I thought of a Timer.
A Timer that checks every 1-2 seconds If the MD5 of the file is not what I expected, If not, I need to disable a MenuStripItem.
My question is, is it bad to edit a control's property every 1-2 seconds?