The Windows.Forms.Timer component can be used to provide the user information that is not time critical. Create a form with one button, one label, and a Timer component.
For example it could be used to show the user the time of day periodically.
'can be permanently set
' Tools / Options / Projec...