Non-modal WinForms FontDialog?

Posted by McKenzieG1 on Stack Overflow See other posts from Stack Overflow or by McKenzieG1
Published on 2010-05-27T18:18:12Z Indexed on 2010/05/27 18:21 UTC
Read the original article Hit count: 535

Filed under:
|
|

Is it possible to display the WinForms "font picker" dialog non-modally? Or is there another font picker other than the standard one that can be used non-modally?

Our application has many windows, and users who frequently need to interrupt what they are doing and switch to another window to look at something. This tends to lead to "buried dialog" scenarios with modal dialogs, where the UI is unresponsive, but it isn't immediately apparent why, because the modal dialog that has captured the focus is behind another window.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms