Pb combobox et edit box

fred100582 Messages postés 37 Date d'inscription mardi 20 avril 2004 Statut Membre Dernière intervention 6 décembre 2005 - 29 avril 2005 à 11:10
IH2MCBETA Messages postés 16 Date d'inscription jeudi 1 mars 2007 Statut Membre Dernière intervention 4 mai 2007 - 2 mai 2007 à 15:28
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

1 réponse

IH2MCBETA Messages postés 16 Date d'inscription jeudi 1 mars 2007 Statut Membre Dernière intervention 4 mai 2007
2 mai 2007 à 15:28
int nIndex = m_Combo1.AddString("Tous");
0
Rejoignez-nous