المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Static Control in Combo



C++ Programming
10-30-2009, 08:53 AM
Hi,
how can i get handle to static control in combobox..
i tried

COMBOBOXINFO cbi;
cbi.cbSize = sizeof(COMBOBOXINFO);
m_ComboBox.GetComboBoxInfo(&cbi);

but cbi gives the handle for edit control but not static control....

Please help me regarding the same..