DM_LISTADDSTR

Far Manager

DM_LISTADDSTR

The DM_LISTADDSTR message is sent to the dialog manager to add a string to a DI_COMBOBOX or DI_LISTBOX list.

Param1

The ID of the dialog item to which the string should be added.

Param2

Pointer to the string to be added.

Return

Index of the string added to the list.

Controls

ControlDescription
DI_LISTBOX list
DI_COMBOBOX combined list

Remarks

Example


See also: