private void ribbonPanel4_Click(object sender, EventArgs e) { try { } catch (Exception c) { MessageBox.Show(c.Message); } Reportes r = new Reportes(con); tabStrip1.MdiForm = this; r.MdiParent = this; r.Show(); }