Combo box problem ....
-
i am having a combo box in my project to input date, it is as follows,
CComboBox m_date;
m_date.AddString("1");
m_date.AddString("2");
m_date.AddString("3");
m_date.SetCurSel(0);but the problem, is that i can see only the first element .... where are others .... :confused: plz help me ... i have set the property of the combo box as 'drop list' ...
-
i am having a combo box in my project to input date, it is as follows,
CComboBox m_date;
m_date.AddString("1");
m_date.AddString("2");
m_date.AddString("3");
m_date.SetCurSel(0);but the problem, is that i can see only the first element .... where are others .... :confused: plz help me ... i have set the property of the combo box as 'drop list' ...
Go to the resource editor and make click on your combobox, then make the vertical size bigger. Afterwards your items should appear.
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Go to the resource editor and make click on your combobox, then make the vertical size bigger. Afterwards your items should appear.
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
oh my god !!! its done .... a lot of thanx to u .... :-D
-
oh my god !!! its done .... a lot of thanx to u .... :-D
you are wellcome :)
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson