|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Additional combo box APIs
Functions | |
| HWND | GetComboEditor (HWND hCombo) |
| HWND | GetComboList (HWND hCombo) |
| int __cdecl | AddComboString (HWND hCB, CSTR Fmt,...) |
| int | AddComboItem (HWND hCB, CSTR Text, LPARAM Data=0) |
| HWND GetComboEditor | ( | HWND | hCombo | ) |
Return the handle of the combo EDIT.
Definition at line 1218 of file UserUtil.cpp.
| HWND GetComboList | ( | HWND | hCombo | ) |
Return the handle of the combo LISTBOX.
Note: The listbox child has been designed away.. in Vista, I think.
Definition at line 1225 of file UserUtil.cpp.
| int __cdecl AddComboString | ( | HWND | hCB, |
| CSTR | Fmt, | ||
| ... | |||
| ) |
See AddListString().
Definition at line 1328 of file UserUtil.cpp.
| int AddComboItem | ( | HWND | hCB, |
| CSTR | Text, | ||
| LPARAM | Data = 0 |
||
| ) |
See AddListItem().
Definition at line 1340 of file UserUtil.cpp.