I use the buttons as controls in the container (parent form) and when the "Child" form appears, the controls in the parent form (button, image, shortcut) appear in the "Child" and "Cover it" forms, and I do not see the child does anyone know how to prevent this, and I don’t want these controls to be
Control.Visible=false;
Because when I minimize the child form, I want the user to be able to see the Container with all the controls
source
share