Hi...
I have 2 Forms. I add Leauges to comboBox, and add the teams to the leauge which is selected in cmbBox in Form1 also add the properties of team...Form2 has a listview. My problem is when i push a button in Form1, Listview must show the properties which i added in Form1.
i changed the Modifier prop. of combobox1 and also added it to Form2.
it works if i do this in the same Form.
in form 1 :
{
f =
f.ShowDialog();
}
in form2
//this code adds the properties of teams to the listview.
{ürr.ÜrünlerimMarkaAdi,ürr.ÜrünModeli,ürr.UrunlerimOzellikleri,
ürr.ÜrünAlisFiyati,ürr.ÜrünSatisFiyati,
listView1.Items.Add(lvi);
thanks...