MDI Child title is visible in maximizing state

  • Thread starter =?iso-8859-1?B?IyQhtqNV?=
  • Start date
?

=?iso-8859-1?B?IyQhtqNV?=

Hi,
I have a project with C#. this is an MDI application. the application
contains a parent form, several child windows and some message boxes.
My problem is the following,
1. If I maximize a Mdi child the title bar of the child window does
not embed to its parent. rather its visible.
2. None of the Mdi child windows title bar color get focused color ( I
mean "blue" ). they are always gray. whether its maximized, minimized,
selected, brought to front. all I see the gray color.
3. I have a menu item named "Window" which contains the list of opened
window. I mean its the MdiWindowListItem. It never shows the current
opened windows list.
4. When I click a menu item, In the click event implementing method, I
tried to access ActiveMdiChild property. its null. which means, I have
a activated child window but ActiveMdiChild is not getting that
window.

please resolve the problem.
 

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

Top