On 22.06.2017 00:30, Bo Berglund wrote: > > 1) How do I enter a loop in a GUI application? In a command line > application it is just going to be part of he main program code. Use a Thread. > > 2) How do I stop the program from running at 100% CPU utilization (on > Windows)? > Blocking read. -Michael