A tutorial of Windom step by step ... Icon title Modeless forms
Programming guideline of WinDom

Window dialog boxes

WinDom provides functions to handle very easily dialog boxes (also called forms) in windows. WinDom supports two types of them:

modeless forms
that are seen like normal windows and are handled exactly like windows.

modal forms
that use a modal window. Your application is stopped until the dialog box releases control but the AES and the other applications are still running if your system supports multitasking. The form is handled exactly like old classical GEM dialog boxes.

Modeless forms
The modal form
Binded objects