I have been looking for a solution for a couple of days, but cannot find a simple answer. I tried a number of examples found on the Internet (delegates, properties, even if OOP makes everything public), but none of them seem to work. Can someone please write the simplest possible code for the following problem:
I have a parent MDI form and a child form. The parent MDI form has a status label. The child form has a button. All I want to do is update the MDI label when a child form button is clicked.
Thanks!!!
source share