Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Need to immediately activate a MDIChildForm immediately after select from PopupMenuTool
posted

I have a Windows Form application that uses a PopupMenuTool to hold an overflow of MDI button tools when they exceed 20 items in a particular business area.  My problem is that the button opens a new MDI child form and currently, the MDI child form opened from the PopupMenuTool is not being activated so that it shows on top.  The users have to click that tab in order to see it activated.  This is NOT happening if selected directly from the ribbon, only when selected from the PopupMenuTool.  Any thoughts on how to resolve this?  I've tried directly activating the form in the load event, but doesn't work.