1. Source code features are developed using Winform. Pop-up waiting window is welcome to download. 2. Function introduction. This source code is a Winform pop-up waiting window source code. There are many multi-threaded pop-up waiting windows on the Internet as long-time background running prompts in the program. , but it is not perfect, especially when using waitThread.Abort() to kill a thread, exceptions may occur and errors may occur. This program is a relatively complete improvement. It uses multi-threads to pop up the waiting window, and sends running status information to the waiting window in real time according to the running needs of the background program. When the background program ends, it sends an end signal to the pop-up window thread, allowing the thread to terminate itself. 3. Menu function
1. After running, click the button to display function 4. Precautions
1. The development environment is Visual Studio 2010, developed using .net4.0.