//"Display" is the form name
foreach (Form childForm in this.MdiChildren)
{
if (childForm.GetType() == typeof(Display))
{
childForm.Focus();
return;
}
}
Display frmDisplay = new Display();
frmDisplay.MdiParent = this;
frmDisplay.Show();
Taking oxycodone with tramadolRead more: http://feeds.dzone.com/~r/dzone/snippets/~3/aHkjplihgg0/12197