1
Answer

Mdi Child form is transparent

onez

onez

19y
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)