1
Answer

Mdi Child form is transparent

Photo of onez

onez

20y
6.6k
1
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)