MDI Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a panel and a small image placed on a form with its IsMdiContainer property set to true. Any MDI child forms associated with this parent are displayed BEHIND the Panel and Image. Setting the Topmost property of the child forms to true and SendToFront have no effect. Obviously I want any child forms to appear on top. Any ideas please?
 
* =?Utf-8?B?R2VvZmYgTXVybGV5?= said:
I have a panel and a small image placed on a form with its
IsMdiContainer property set to true. Any MDI child forms associated
with this parent are displayed BEHIND the Panel and Image. Setting the
Topmost property of the child forms to true and SendToFront have no
effect. Obviously I want any child forms to appear on top.

If you don't get an answer here, give the Windows Forms group a try:

<URL:
 
Back
Top