Is there a non-blocking version of MessageBox.Show (or something like it)?

后端 未结 4 1960
自闭症患者
自闭症患者 2021-01-01 09:22

Long-delayed update

I\'m accepting MUG4N\'s answer to this question, and I also want to respond to some of the criticisms that were raised against it.

ChrisF

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-01 10:10

    You need to use multi threading to perform this task in which one thread (the main thread) will do the processing and the other thread will be used to show the messagebox.

提交回复
热议问题