Hi,

Supposing I have several MDI forms, and want it to work like your average MDI forms application, with one exception. I have a few different "always on top" singleton forms. i.e, a tool box, etc... How do I keep them in the MDI area, without them being a complete part of the MDI Child forms array, so that when I maximize the child form(s), it doesn't maximize the specific forms (and also so that they stay on top)

Bill