dlg_load_dialog

int dlg_load_dialog (char *filename, int *key);


Load a dialog definition file.


This function loads a DCL dialog control language file. DCL files must be loaded before IntelliCAD® 2001 can display a custom dialog box.

The filename argument is the name of the DCL file.

The key argument is a system name for the dialog box, which is used by the key argument in other DLG functions.

This function returns the RTNORM or RTERROR.

Tell me about...

dlg_unload_dialog

Programming Overview of SDS™ (Solutions Development System™)