asked on
foreach (int i in listBox1.SelectedIndices)
{
listBox2.Items.Add(listBox1.Items[i].ToString());
}
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
{
listBox2.Items.Add(item);
}