Okay, this is a really basic question. I'm trying to do some animations using the Line method, drawing directly onto forms. To slow things down I've been calling delay loops from inside the main procedure. But this essentially locks up the computer for the duration of the animation. I've thought of putting the whole main procedure inside a timer control event procedure, but that seems unweildy. How do you get the computer to wait around while still being responsive to user input?
Thanks, altosax.