I’am having a little difficulties with the new methods to deal with the MDI forms. I had no problem in VB 6. Anyway
I want to prevent multiple copies of the same MDIChild from opening.
i.e. if a child form “A” is already open then it should not open a duplicate copy, but instead activate it & set the focus on it.
How do I check if the child form “A” is already open?
Thanks