MdiParent, .NET 2.0 problem?

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

I've used ".MdiParent = this" MANY times in the past no problems.

However, with Visual Studio 2005 and .NET 2.0, I'm having an issue.


I have a splitter control on the main (Parent) form, and the main form
has "isMdiContainer = true".


When I attempt to display children forms with ".MdiParent = this",
nothing is displayed now.

It's as if the new splitter control is sitting on top of the children
forms?

What am I doing wrong now?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top