Re: combobox list size changing(help needed)
- From: "sayu" <sayu@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 06:30:06 -0700
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]
>
>
.
- References:
- combobox list size changing(help needed)
- From: sayu
- Re: combobox list size changing(help needed)
- From: Jerry Joyce \(MSFT\)
- Re: combobox list size changing(help needed)
- From: sayu
- Re: combobox list size changing(help needed)
- From: Scott McPhillips [MVP]
- combobox list size changing(help needed)
- Prev by Date: Re: Multithreading and accessing window pointer from thread
- Next by Date: Re: Multithreading and accessing window pointer from thread
- Previous by thread: Re: combobox list size changing(help needed)
- Next by thread: CPropertySheet in an OCX
- Index(es):
Relevant Pages
|