DialogAddText Function (Macro)

dialogs.h

HANDLE DialogAddText (HANDLE Handle, short x, short y, const char *text);

Adds a text into a dialog box.

DialogAddText works exactly as DialogAddTextEx, but doesn't have the flags parameter available. This routine is in fact a macro using DialogAdd with D_TEXT passed as a command and zero passed as the flags. All the parameters are explained in DialogAddTextEx.


Uses: DialogAdd