I am making an app in which for some reason when I click on a button I have to initiate a new form and at the same time create a new document in the google docs.
I\'ve successfu
Simplest ways are to use BackgroundWorker or to use the ThreadPool. Threadpool is simpler if your main UI doesn't care when the other tasks are finished.