Difference between indirect dialog box and dynamic dialog box in window
Answers
Answered by
0
A dialog box is a secondary window that allows users to perform a command, asks users a question, or provides users with information or progress feedback.

A typical dialog box.
Dialog boxes consist of a title bar (to identify the command, feature, or program where a dialog box came from), an optional main instruction (to explain the user's objective with the dialog box), various controls in the content area (to present options), and commit buttons (to indicate how the user wants to commit to the task).
Dialog boxes have two fundamental types:
Modal dialog boxes require users to complete and close before continuing with the owner window. These dialog boxes are best used for critical or infrequent, one-off tasks that require completion before continuing.
Modeless dialog boxes allow users to switch between the dialog box and the owner window as desired. These dialog boxes are best used for frequent, repetitive, on-going tasks.

A typical dialog box.
Dialog boxes consist of a title bar (to identify the command, feature, or program where a dialog box came from), an optional main instruction (to explain the user's objective with the dialog box), various controls in the content area (to present options), and commit buttons (to indicate how the user wants to commit to the task).
Dialog boxes have two fundamental types:
Modal dialog boxes require users to complete and close before continuing with the owner window. These dialog boxes are best used for critical or infrequent, one-off tasks that require completion before continuing.
Modeless dialog boxes allow users to switch between the dialog box and the owner window as desired. These dialog boxes are best used for frequent, repetitive, on-going tasks.
Answered by
0
Indirect dialog box vs Dynamic dialog box
Indirect dialog box:
- Indirect dialog boxes are shown outside of any relevant connection to the subject at hand, either as an indirect consequence of an undertaking or the aftereffect of an issue with a framework or foundation process.
- For indirect dialog, the Cancel button is vague since it could mean drop the dialog or drop the whole errand.
Dynamic dialog box:
- These are being utilized for showing a modular/models dialog, on which the controls are dynamically included, without the need of having a dialog layout as an asset.
- These classes were created as base classes for use in a content parser, where clients can fabricate their own dialogs, utilizing a VB-content the same language.
- So essentially there can be any number of controls on the dialog, at wherever on the dialog.
Similar questions