C# OpenFileDialog Non-Modal possible

No, OpenFileDialog and SaveFileDialog are both derived from FileDialog, which is inherently modal, so (as far as I know) there’s no way of creating a non-modal version of either of them.

Leave a Comment