| 发表于:2007-07-26 07:57:463楼 得分:0 |
cstring temp = m_dirpath+ "*.ini "; /* dlgdirlistcombobox(temp.getbuffer(temp.getlength()), idc_combo1, null, ddl_readwrite);*/ m_combotempwork.dlgdirlistcombobox(temp.getbuffer(temp.getlength()), idc_combo1, null, ddl_readwrite); 不能显示 cstring temp = m_dirpath+ "*.ini "; dlgdirlistcombobox(temp.getbuffer(temp.getlength()), idc_combo1, null, ddl_readwrite); 就可以显示。 不知道这是为什么。 | | |
|