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!