Difference modal and moduless window?
By on Apr 17, 2007 in Visual Basic Interview Questions
MODAL forms are forms which require user input before any other actions can be taken place. In other words, a modal form has exclusive focus in that application until it is dismissed. When showing a modal form, the controls outside this modal form will not take user interaction until the form is closed. The internal [...]


