uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

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)
 

Function Documentation

◆ GetComboEditor()

HWND GetComboEditor ( HWND  hCombo)

Return the handle of the combo EDIT.

Definition at line 1218 of file UserUtil.cpp.

◆ GetComboList()

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.

◆ AddComboString()

int __cdecl AddComboString ( HWND  hCB,
CSTR  Fmt,
  ... 
)

See AddListString().

Definition at line 1328 of file UserUtil.cpp.

◆ AddComboItem()

int AddComboItem ( HWND  hCB,
CSTR  Text,
LPARAM  Data = 0 
)

See AddListItem().

Definition at line 1340 of file UserUtil.cpp.