How do I make a form modal in Windows Forms?
Posted
by Ben McCormack
on Stack Overflow
See other posts from Stack Overflow
or by Ben McCormack
Published on 2010-03-23T19:47:17Z
Indexed on
2010/03/23
19:53 UTC
Read the original article
Hit count: 479
I'm trying to create a child form that helps the user to enter data for a field in the parent form. I want this child form to be modal, but I don't know what I need to do to make this form modal.
Perhaps there's a different type of item I need to use; if so, let me know.
© Stack Overflow or respective owner