private void createProfileToolStripMenuItem1_Click(object sender, EventArgs e) { toolStripStatusLabel1.Text = "Creating Profile..."; Form12 f12 = new Form12(); f12.ShowDialog(this); listView1_ReadProfiles(); toolStripStatusLabel1.Text = "Working..."; }