Top "Modeless" questions

Where do I control the behavior of the "X" close button in the upper right of a winform?

I'm venturing into making my VB.NET application a little better to use by making some of the forms modeless. …

vb.net winforms visual-studio-2005 modeless
Create a Modeless Messagebox

How might one go about creating a Modeless MessageBox? Do I have to just create my own Windows Form class …

c# .net messagebox modeless
difference between modal and modeless dialogs in MFC

Can you please help me gain a comprehensive knowledge about differences between modal and modeless dialogs by introducing me excellent …

visual-studio-2010 mfc modal-dialog modeless
Modeless form that still pauses code execution

Is there anyway to have a userform that acts modeless, while still pausing code execution like a modal form? I'd …

vba modal-dialog userform modeless
Always-in-front dialogs

Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the …

c++ mfc dialog modeless always-on-top
How close and delete a modeless qt dialog

i have create a modeless qdialog inside a method of a class: //Test.cpp QDialogMaintenance *diag = new QDialogMaintenance(this); diag-&…

qt dialog qt4 modeless
timed modeless dialog

Is there any way to show a modeless dialog--a dialog that allows the user to interact with whatever was on …

android dialog modal-dialog modeless
Qt: How to give focus to a modeless QDialog created from the main window when the main window is blocked by a modal QDialog

In my Qt Application I'm facing the following scenario: When a specific event is raised I show a modeless QDialog …

c++ qt modal-dialog qdialog modeless
How to show "page setup" and "printer setup" as modeless forms?

Is possible to show "page setup" and "printer setup" as modeless forms? I used code as follows, but that forms …

c# winforms modeless