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
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