Calling method on other form dynamically
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I just would like to know if this is possible and is there any example to do it. I have multiple form (MDI) which have a method that i would like to call from the parent MDI. So I would like to click on a button in the parent MDI and the code will call the a specific method that is in the activeChild. Does anyone have any ideal?