This code below tell how to add itmes to listbox in C#
for(int i=0;i<10;i++)
{
listBox1.Items.add(i);
}
This entry was posted
on Sunday, November 4th, 2007 at 2:22 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.