C# update and append textbox value using backgroundworker process

后端 未结 5 1270
心在旅途
心在旅途 2020-12-31 05:09

I\'ve got a c# windows form app I threw together. It\'s fairly simple:\\

inputs:

  • text string
  • source folder path
  • destination folder
5条回答
  •  星月不相逢
    2020-12-31 06:06

    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.

提交回复
热议问题