Salut, je suis en train de m'arracher les cheveux depuis 2 jours sur des combo et des edits qui ne se replissent jamais.
Voici leur code:
m_Combo1.AddString("Tous");
m_Combo1.AddString("PercentBest");
m_Combo1.AddString("OrangeSkin");
int nIndex = m_Combo1.GetCurSel();
CString strCBText;
m_Combo1.GetLBText(nIndex, strCBText);
CString l_strValue = "10";
m_Edit2.SetWindowText(l_strValue);
m_Edit2.GetWindowText(l_strValue);
J'ai essayer de redimensionner la fenetre pour la combo ms rien, qq'un a une idee?
Merci