I have another form in my program and I want it to stay the topmost form until it is closed simple right just set topmost = true;
well my problem is that users can still click outside that window and access the menus an things on the other forms. How do I lock it so that the user cannot access any other forms in my project until this one is closed ( besides hiding them of coarse )