How to remove system menu from MDI child form??
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an MDI child form. When the user uses the arrow keys to go between main menu items they can get to both the child forms system menu and the parent forms system menu. How do I delete/remove the child forms system menu? I've tried the ControlBox property but that doesn't work (VB.NET bug?). I've also tried deleting all the items in the system menu using API calls but that still leaves the little icon. Thanks so much for any help. I've looked everywhere but can't seem to find anything.