private void createReportToolStripMenuItem1_Click(object sender, EventArgs e) { toolStripStatusLabel1.Text = "Creating Report..."; Form18 f18 = new Form18(); f18.ShowDialog(this); listView2_ReadReports(); toolStripStatusLabel1.Text = "Working..."; }