| Command |
Description |
| CBADD |
Add a string to the list box of a combo box or return the number of strings contained in the list box of a combo box. |
| CBDELETE |
Delete a string from the specified location in the list box of a combo box or clear the contents of a combo box. |
| CBDIR |
Add a list of file names to the list box of a combo box. |
| CBFIND |
Search the list box of a combo box for a string beginning with the characters in the specified string. |
| CBGET |
Get the index of the currently selected string, if any, in the list box of a combo box. |
| CBINSERT |
Get the index of the currently selected string, if any, in the list box of a combo box. |
| CBSET |
Set the current selection for the list box of a combo box. |
| CBTEXT |
Get the string at the specified index from the list box of a combo box. |
| CHECK |
Set the state of a check box. |
| DLGBOX |
Create a dialog box. |
| DLGEND |
End a dialog box and return control to the respective DLGSHOW command. |
| DLGENDALL |
End all dialog box's. |
| DLGITEM |
Add an item to a dialog box. |
| DLGMENU |
Add an item to a dialog box's menu bar. |
| DLGSHOW |
Display a dialog box and wait for the dialog box to end. |
| ENABLE |
Enable or disable an item in a dialog box. |
| GETFOCUS |
Retrieve the identifier of the dialog item that has the keyboard input focus. |
| GETTEXT |
Retrieve the caption of a dialog box or the text of a dialog box item. |
| GREY |
Grey or ungrey a menu item in a dialog box. |
| ISCHECKED |
Determine the state of a check box or a radio button. |
| ISENABLED |
Determine whether an item is enabled or disabled. |
| ISGREYED |
Determine whether or not a menu item is greyed. |
| ISTICKED |
Determine whether or not a menu item is ticked. |
| LBADD |
Add a string to a list box or return the number of strings contained in a list box. |
| LBDELETE |
Delete a string from the specified location in a list box or clear the contents of a list box. |
| LBDIR |
Add a list of file names to a list box. |
| LBFIND |
Search a list box for a string beginning with the characters in the specified string. |
| LBGET |
Get the index of the currently selected string, if any, in a list box. |
| LBINSERT |
Insert a string at a specified locating in a list box. |
| LBSET |
Set the current selection for a list box. |
| LBTEXT |
Get the string at the specified index from a list box. |
| RADIO |
Set the state of a group of radio buttons. |
| SETFOCUS |
Set the keyboard input focus to the specified dialog box or item. |
| SETTEXT |
Set the caption of a dialog box or the text for a dialog box item. |
| TICK |
Tick or untick a menu item in a dialog box. |