Why is a modal/modeless dialog called modal/modeless?
With a modal dialog, you set your application in a particular mode (a different “state” if you will), whereby only actions pertaining to that “mode” are accepted, hence preventing UI actions outside of the dialog. At Andreas’ prompting I thought I may have to dig dusty Windows API books, as often, the etymology/origin of a … Read more