Re: MFC control keyhole
"Balog Pal" <[email protected]> Thu, 25 Sep 2003 01:15:26 +0100
| Newsgroups | gmane.comp.programming.keyholes |
|---|---|
| Message-ID | <000601c38302$0491e7b0$65bf9f81@bpnt> |
> > For some weird reason a combobox doesn't have a builtin ResetContents > > or DeleteAll handler, so you must do it by hand. Guess some historic > > reasons in Windows 1.0 :) > > How about CComboBox::ResetContent? DOH, memory failure. :) The above statement in acorrected form had to say, the _list part_ of the combobox does not have that clear member. As CB_RESETCONTENT and the related wrapper function bites to hard, killing the editbox portion as well, what is not necessarily wanted. Paul