DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C# (http://www.daniweb.com/forums/forum61.html)
-   -   Question about Dialog Box (http://www.daniweb.com/forums/thread164568.html)

SerogaM Dec 28th, 2008 9:05 am
Question about Dialog Box
 
I still can't understand what a difference between a regular window and modul form ? what it means modal form?

Ramy Mahrous Dec 28th, 2008 9:11 am
Re: Question about Dialog Box
 
In regular windows you can switch between parent and child windows, on the other hand you can't.

ddanbe Dec 28th, 2008 9:43 am
Re: Question about Dialog Box
 
Dialog "forms" are either modal or modeless. Modal dialogs are the most common. A modal dialog changes the mode of input from the main application Form to the dialog. When you display a modal dialog you cannot switch between the dialog and another form of your program. Example: a Save dialog is modal, you either have to save a file or cancel the save, you can't do anything else in this program. Modeless dialogs are like a Find dialog. They stay on top but you can still do something in your main Form.


All times are GMT -4. The time now is 4:00 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC