I am wanting to code a script that checks a webpage every hour. I have been looking at other questions on SO, and everyone is talking about using:
static System.Windows.Forms.Timer t;
Can someone please help me?
I haven’t done much coding in C# in a long time, as I have been looking at Unix & Linux lately.
Any help would be greatly appreciated.
1 Answer