What everyone else said.
Rather than the timer you're using, drag one onto the form from the toolbox (it's under the Components category), and handle its "Tick" event. That should keep everything on the same thread so you won't need to do any Invoke-ing.