I am using VS2010 and C # to create a desktop application. This application has one form with a huge task that takes a long time to complete. When this form is initialized, it works fine, except that the “Do not respond” line is displayed in the title bar , as shown in the figure:

After completing all the tasks, it displays the desired result. Why is this message shown and how to prevent it?
source
share