I have certain code that get processed on a LostFocus event in a textbox on a MDI Child.
This code will not get processed if I choose a menu item from the MDI Form(parent).

Is there any way to force the LostFocus to fire in this text box when a menu item is chosen from the MDI Form...or any other event that causes the LostFocus event not to be triggered.

Thanks for the help.