child form
hi there
how to make a singular/unique child form on a MDI application?
[80 byte] By [
coricori] at [2007-11-20 11:02:50]

# 1 Re: child form
hi there
how to make a singular/unique child form on a MDI application?Use the MDIChildren Array of the MDI Form to test if your form is already added to it and only allow to create the form if its not existing. I'm using this in some of my programs so when people have e.g. minimized a window and forgot that they have already opened a specific MDI child and pushed the menuebuttton to open this form, then if existing brings child to front and if not existing creates it first and then brings to front.