Difference between modal an modaless dialog box. Modal does not allow
user to go back to parent window and work in it untill it is not exited While Modeless allows to work in parent window. Other differnce is of creation and displaying of dialog object.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Modal does not allow user to go back to parent window and work in it untill it is not exited While Modeless allows to work in parent window.
Other differnce is of creation and displaying of dialog object.