SECFileSystem::LoadComboBox

voidSECFileSystem::LoadComboBox(CComboBox *pComboBox, const CStringList *pStringList)

Insert the members of a CStringList into a combo box.

Defined in: filesys.cpp

Return Value

void

Parameters

pComboBox

The combo box to fill.

pStringList

The list to fill the combo box with.

Comments

To load a combo box with the given string list.

Example

CFileSystem::LoadComboBox(pComboBox1, pDirList);

See Also

SECFileSystem  LoadListBox