I am going out of my skull trying to figure this out. I have a Windows Form app in C# and am trying to figure out where I would implement the CLI app equivalent of the primary while loop in main(). Everywhere I have looked I have found absolutely nothing that will help me. I am using Visual C#'s gui designer. Please help, as this is the only thing preventing me from moving on in my project and again, everywhere I have looked has left me dry.
EDIT: Problem solved with an instance of Timer.