quote:
Originally posted by felipEx
how about
PlusWnd::LstBox_Clear(
[string] ControlId
);
Interop.Call("user32", "SendMessageW", PlusWnd.GetControlHandle(ControlId), 0x184 /* LB_RESETCONTENT */, 0, 0);

while mode
while (ww.Combo_GetCount("cbc")){
ww.Combo_RemoveItem("cbc",0);
}