Tagged Questions
1
vote
2answers
826 views
Is there a way to auto-hide a always-on-top modeless dialog when the parent opens a modal dialog?
My C# Winforms app has an always-on-top modeless find dialog. Since the user has access to the parent window while the modeless find dialog is open they can choose to open a modal dialog as well. ...