User Interface Functions - dalefugier/DOSLib GitHub Wiki
dos_checklist - Displays a dialog box with a checkable list box.
dos_combolist - Displays a dialog box with a combo list box.
dos_duallist - Displays a sizable Windows dialog box with a include/exclude list boxes.
dos_editbox - Displays a multi-line edit control dialog box.
dos_editlist - Displays a dialog box with a editable list box.
dos_getcancel - Displays a modeless dialog box with a cancel button.
dos_getcolor - Displays a color selection dialog box.
dos_getdate - Displays a date selection dialog box.
dos_getint - Dialog box equivalent to getint
.
dos_getpassword - Displays a password entry dialog box.
dos_getprogress - Displays a modeless dialog box with a progress meter.
dos_getreal - Dialog box equivalent to getreal
.
dos_getsecret - Retrieves a password string from the command line.
dos_getstring - Dialog box equivalent to getstring
.
dos_htmlbox - Displays a web page in a dialog box.
dos_htmlboxex - Displays an HTML web page in a modeless, sizable dialog box.
dos_htmldialog - Creates a dialog box that displays HTML.
dos_listbox - Displays a dialog box with a list box.
dos_msgbox - Displays a message box.
dos_msgboxchk - Displays a "Do not show this dialog box" message box.
dos_msgboxex - Displays an extended message box.
dos_multilist - Displays a dialog box with a multiple selection list box.
dos_orderlist - Displays a sizable Windows dialog box with an order-able list box.
dos_popupmenu - Displays a context, or popup, menu.
dos_proplist - Displays a dialog box with a properties list box.
dos_splash - Displays a modeless splash screen bitmap.
dos_traywnd - Displays a popup tray window.
dos_waitcursor - Manipulates the hourglass cursor.