in these code : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ m_StaticText.SetWindowText(_T("try lang = ")+ count); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ you can not add a string value to a integer value.
S
steviewang
@steviewang
Posts
-
INT TO STRING?... help -
bind data in List BoxThank you! I just know where are you come from? :)
-
bind data in List BoxEach item in the list box has a bind data( set with the func 'SetItemData') , if I delete the item which who's index is 7(based zero), so now , is the new 7 indexed item has the last eighth item's data or seventh 's data ?