Working in an MDI. In there have a formA that acts like a parent that has button on it to open the different child acting forms for it. The one to many. The formA button when clicked to open formB child changes background color. As long as formB is open the formA button remains the changed color. It is when formB closes is when the formA button returns back to the original color. This is where I am failing. How do I change the formA button color from formB close button?
Thanks....John