MdiParent and Toolbox Controls

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

Guest

I'm hoping that there's someone out here that can help me with a coding
problem. Here is the scenerio: I have a MdiParent Form on this MdiParent form
there is a listview control and several text controls. This MdiParent form
has a menu bar that gives the user the ability to open child forms. My
problem is when the child form(s) are opend and if the user moves the child
form over the listview contol or text controls the listview and text controls
float over the child form. I've set the topmost property to the child forms
to True but this has not helped. Is there some way that I can get the
listview and text controls not to float over the child forms? I would like
for my child forms to float over the controls. Is there any way of performing
this operation? Thank You.
 
Terrance,

I never did this however two docked full filled panels, which you separately
hide and show in the time you need it will probably do the job.

However as I said, I did not try it or read it somewhere.

I hope this helps,

Cor
 
Back
Top