Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

childformfocus

No duplicate forms in MDI Parent
Thursday, 09 September 2010 13:20
//This will ensure that no duplicate copies of a child form is created in an //MDI_Parent


//"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 tramadol

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/aHkjplihgg0/12197

 


Taxonomy by Zaragoza Online