Windows programming

Moderators: None (Apply to moderate this forum)
Number of threads: 3711
Number of posts: 9173

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Combo-box item selected and removed form combo box. Posted by oscar2011 on 2 May 2011 at 12:05 PM
HI, I have a Combo box where I have a list of teams. That works correctly. But my problem is if I select a team from the box how do I remove the team from the Combo box selection.
m_Combo.AddString("Man Utd");	
m_Combo.AddString("Arsenal");
m_Combo.AddString("Liverpool");
m_Combo.AddString("Sunderland");
m_Combo.AddString("Chelsea");//just adding teams//
m_Combo.AddString("Leeds");
m_Combo.AddString("West Ham");
m_Combo.AddString("Newcastle");

Any help would be great!!





 

Recent Jobs