วันพฤหัสบดีที่ 18 กรกฎาคม พ.ศ. 2556

Lab13
 
 
 
 
void CCOMBO1Dlg::OnBnClickedButtonAdd(){           CString srcText;           m_editSource.GetWindowText(srcText);           m_comboBox1.AddString(srcText); } 
 

void CCOMBO1Dlg::OnCbnSelchangeCombo1() 
{ 
              CString str; 
                     int idx = m_comboBox1.GetCurSel(); 
              if ( idx < 0 ) 
                     return; 
                             m_comboBox1.GetLBText( idx, str ); 
                             m_staticDestination.SetWindowTextW(str); 
}
 
 
 
 


ไม่มีความคิดเห็น:

แสดงความคิดเห็น