Dim f2 As New Form2 SetParent(f2.Handle, Panel1.Handle) f2.Show()
Here's the problem: The child form has a MenuStrip on it. The MenuStrip items are working fine when the form is open by itself. However, when it is set as the MDI Child of the panel, I cannot open the MenuStrip. What's going wrong?

New Topic/Question
Reply


MultiQuote


|