Link to home
Start Free TrialLog in
Avatar of hasmet
hasmet

asked on

CListBox, SetText ?

Why Cant I see any member function like SetText(...);
for CListBox or CComboBox. They both have GetText();
I know CListCtr has SetItemText(...). I also know that
one can do DeleteString(..), and InsertString(...). but
why not SetText or something just to change the text of
an item in both boxes ?
ASKER CERTIFIED SOLUTION
Avatar of Tommy Hui
Tommy Hui

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial