J
Jonathan Bindel
I have an MDI app that contains several children and I have been trying
to find a way to display an MDI child form behind the current active
child. I don't want to have to call all of the other forms SendToBack
methods because I want the user to have a more seamless experience.
There must be a property or method in the Form class that will allow for
it to become shown behind the active one, but I have yet to find a good
way to do this. Does anyone know how?
Thanks,
Jonathan
to find a way to display an MDI child form behind the current active
child. I don't want to have to call all of the other forms SendToBack
methods because I want the user to have a more seamless experience.
There must be a property or method in the Form class that will allow for
it to become shown behind the active one, but I have yet to find a good
way to do this. Does anyone know how?
Thanks,
Jonathan