onez

onez

  • NA
  • 73
  • 0

Mdi Child form is transparent

Feb 14 2005 10:51 PM
dataFrm = new DataFrm(this); dataFrm.MdiParent = this; dataFrm.Show(); The controls of the main form show through the dataFrm and I cannot use it. How do I make the child form be solid?

Answers (1)