Modal Form

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hi,
I am creating and showing a Form from a C# form application. I want to show this form as a modal, so that, as long as this form is shown I cannot access the parent form, but I dont want to use the ShowDialog() because the application stops there. I
dont want to stop the application.
How can I show a form as a modal form without using ShowDialog() function?

View the full article
 
Back
Top