I created a parent mdi form that has an open files button when I click on it I can select another program or form to be opened within the parent mdi content.
My goal is to create another project so that my form is always an mdi child so when I compile this second program, I can call it in my program that opens mdi child.
But I tried to make my other form mdi child and compile making it child but the other form being .EXE it does not become child is there any way of another .exe made in .netcore is configured to be mdi child?
My goal is to create another project so that my form is always an mdi child so when I compile this second program, I can call it in my program that opens mdi child.
But I tried to make my other form mdi child and compile making it child but the other form being .EXE it does not become child is there any way of another .exe made in .netcore is configured to be mdi child?