How 2 Fix the Form Size in Vb.Net?
-
:(Actually I created a form, which is a MDI. I then took a form(form 2),which is a child form. Now when i run the application the child form (form 2) comes within the MDI. But now the problem is how i can fix the child form inside the MDI. I tried the following code form2.minimize=false form2.maximize=false when i double click the status bar the form size changes so it moves within the MDI.Now how can i fix it ?.
-
:(Actually I created a form, which is a MDI. I then took a form(form 2),which is a child form. Now when i run the application the child form (form 2) comes within the MDI. But now the problem is how i can fix the child form inside the MDI. I tried the following code form2.minimize=false form2.maximize=false when i double click the status bar the form size changes so it moves within the MDI.Now how can i fix it ?.
Hello, u need to change it's border style.. i think there is a fixed border style, selete it, u will get ur answer
Thanks, Ankur Bakliwal