Problem with form.ShowDialog()
Hello,
I have a winform which I'm opening with Frm.ShowDialog(). But, when I open any other dialog box (e.e Select file dialog box) through that form and click OK on that dialog. It is closing my form also.
How I can stop such form behavior?
A quick response would be really appreciated.
Thanks,
Ajit
|