This game I've been posting about just gave me a whole new error (for me).

Because it runs on Timers, it continues to run even when I open a form as vbModal.

You can watch it just chugging away behind the modal form.

So this is the new error.

There are a couple times in the game when I use "setfocus" to a control for whatever reason.

When a modal form is opened in front of the form with the setfocus control, there's an error because presumably you can't setfocus when a modal form is open and setfocus isn't for something on that form.

I'd never thought about that before and have never run into it before so now I'm just letting it run with a modal form to see if any other errors crop up.