I\'ve got a c# windows form app I threw together. It\'s fairly simple:\\
inputs:
I did not have to create a background worker. All I did was called .Update() followed by System.Threading.Thread.Sleep(100) and it started working.
.Update()
System.Threading.Thread.Sleep(100)