11
Answers

help to adding variable to list of string

Hello
 
 
I have such a code but it does not work. say db.count=0 and does not show its values.
 
var data_bot = bot_list.Intersect(da);
List<string> db = new List<string>();
db = data_bot.Select(sss => sss.ToString()).ToList();
 
Answers (11)
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
if you are looking for Windows Application, then as per my knowledge it is not possible.

Regards,
Iftikar
0
Rohidas Jasud

Rohidas Jasud

NA 39 15.4k 11y
Is there any other way to this ?
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
Hi,
        It is not possible to do it. You need to create your own custom control. Please refer the below link

http://social.msdn.microsoft.com/Forums/en-US/a0ad15cf-2e08-4d86-9379-1a094403c983/listboxtextbox-scrollbar-colors

Regards,
Iftikar