how do i get the listviewitem text from the form TDSS and pass into the label TDSS DB = new TDSS(); for(int i = 0; i>DB.CustomerQ.Items.Count;i++) { label1.Text = DB.CustomerQ.Items[0].SubItems[0].Text; label3.Text = DB.TaxiQ.Items[0].SubItems[2].Text; } this.Close(); :-D Da Intern