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.
我想在程序运行时使用文本框创建一系列消息。我正在创建一个 Windows 应用程序来从数据表中读取数据并存储到数据库表中。那时我使用多行文本框来显示连续消息。但我不能这样做。该过程结束时显示的消息完成..
请帮我这样做..
您需要在后台线程上运行代码,以便 UI 能够更新。
使用BackgroundWorker类及其进度报告功能。
BackgroundWorker