Re: combobox list size changing(help needed)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



thanks but this thing i knew...
what i want is to change the size of combobox list from another dialog not
from the dialog box where the combo box is placed
reply

"Scott McPhillips [MVP]" wrote:

> sayu wrote:
> > please can you give a example.How will i create a handle to my combo-box?
>
> Create a CComboBox member variable in the parent window. (Use Class
> Wizard). Then call this variable's AddString and DeleteString member
> functions.
>
> m_MyCombo.AddString("xyz");
>
> --
> Scott McPhillips [VC++ MVP]
>
>
.



Relevant Pages