DLL
To create a combo box cell using the fpCombo control
- Call the SSSetTypeComboBox function.
- Call the SSSetCellType or SSSetCellTypeRange function and set the CellType parameter to SS_TYPE_COMBOBOX.
- Call the SSSetTypeComboBoxEx function and set the hWndDropDown parameter to the window handle of the fpCombo control.
- Hide the fpCombo control.