✅ Lag after closing folder dialog in console application
I need to raise a folder dialog within a console application. It works if I add the
This Stack Overflow question bring up a similar issue for
https://stackoverflow.com/questions/41894044/closing-a-openfiledialog-causes-application-to-hang-for-3-4-seconds
Is there any way to remove or minimize the delay after the folder dialog is closed?
[STAThread attribute to the main method. However, there’s consistently a 3-5 second delay after the folder dialog is closed.This Stack Overflow question bring up a similar issue for
OpenFileDialog but without a concrete resolution.https://stackoverflow.com/questions/41894044/closing-a-openfiledialog-causes-application-to-hang-for-3-4-seconds
Is there any way to remove or minimize the delay after the folder dialog is closed?
Project Settings
Code
Stack Overflow
In my WPF application which uses the Caliburn.Micro and MahApps.Metro frameworks, i open instances of OpenFileDialog from the System.Windows.Forms namespace. After opening and closing this dialog, ...


