Re: ShowDialog in MDI forms
That is not the way an MDI interface is supposed to work and it doesn't really make sense. If you don't want the parent to be accessible then why use MDI at all?
Re: ShowDialog in MDI forms
i want to display a single instance of the child forms. Like if i am using normal forms then i am getting two instances for the 2 forms displayed in the task bar.
i should like to have a application in such a way one instance should be displayed on the task bar like MDI (Dont want to use ShowInTaskBar=false)
Thanks and Regards
Vinay Kumar