Introduction - If you have any usage issues, please Google them yourself
realize Worker thread and user interface thread through windows MFC.There are two button,one edit box,one progress bar on dialog window.click "start"button,build a worker thread,the progress bar will update according to the value in the edit box. click "user_interface"button,build a user interface thread.