Is there a way to trigger an event on another form when that form isn't active? I've got a program with an MDI form and a few children, and I want to be able to fire an event in one of the children when the MDI form has the focus. (Specifically using an MDI menu to press a toolbar button on one of the child forms). I know that properties can be set with the syntax Form!Object.Property = Value, but that same thing won't work for firing events. Is it possible to do this?