Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 1 个表单和 datagridview。当我单击更新按钮时,新表单仅使用进度条打开。在那种形式中,我有 2 个功能。1用于连接电子邮件和下载excel文件。另一个用于读取 excel 文件和更新我的数据库。它工作正常。现在,我希望当我关闭进度条表单时,它应该被取消。我尝试了 backgroundworker 并创建线程,但我无法让它们为我的目的工作。谁能帮我?
在任务中使用取消令牌怎么样? https://msdn.microsoft.com/en-us/library/dd997396%28v=vs.110%29.aspx