Mdi Child form is transparent
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?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
morgan_petterssonPosted Mar 7, 2005, 6:05 AM