New to VB.NET :(
I have a MDI form that has a menu item that can change the environment the application is running in (e.g. Prod, Test, Dev, etc.). The environment name and folder are written to the statusbar on the MDI from. There are several other forms in the application, each with its own statusbar containing the same information that is on the MDI form. If a user changes the environment, the fields on the MDI's statusbar need to change to reflect this, i.e. I need to update the statusbar variables on the other active forms as soon as the MDI's variables change.
How do I do this, please?