---
title: "what is the difference between modal and modeless dialog box ?"  
description: "what is the difference between modal and modeless dialog box ?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/662/what-is-the-difference-between-modal-and-modeless-dialog-box  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# what is the difference between modal and modeless dialog box ?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/662/what-is-the-difference-between-modal-and-modeless-dialog-box

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
