hello,
i use visual c++.NET 2003.i just wanna know how can i write words and numbers in one row of the list box? for example a find "a" in code.a=1,a=2,a=3 for different cases.i want to see in ONE ROW of the listbox;
row1: you have 1 problem
row2: you have 2 problem
row3 : you have 3 problem
.
.
.
in the code
__mcTemp__1[0] ="you have "+a.ToString()+" problems";
does not work.
please help me.
i use visual c++.NET 2003.i just wanna know how can i write words and numbers in one row of the list box? for example a find "a" in code.a=1,a=2,a=3 for different cases.i want to see in ONE ROW of the listbox;
row1: you have 1 problem
row2: you have 2 problem
row3 : you have 3 problem
.
.
.
in the code
__mcTemp__1[0] ="you have "+a.ToString()+" problems";
does not work.
please help me.