I'm writing some QBasic (actually VB 1.0 for ms-dos, its nearly the same as Qbasic) software, which polls a directory for a file every 10 seconds for processing.
Currently, the program eats up too much CPU power when it's running in it's timer loop, and I'm wondering if there's some sort of...