But other than that, the MDIChildren should work fine.
So far this work, but I am not sure if there is a better way than looping all the MdiChildren collection.
I have an MDI parent form with some controls, I need to access another opened form's methods from the main form, but I don't know how. I would need to test if that 2nd form is opened then call its methods and refresh it. How can this be done?
Please some sample code if possible.
Thanks!