Stange problem with MDI parent - MDI child

J

Jan Sokol

Hi,
I have a very strange problem. I will try to explain it:

I have MDI parent form in which I open MDI child form.
While working with that MDI child form in runtime I add
some user control and I attach listeners to that user
control. When certain events are catched that control is
removed from the form. When removing control I also
remove listeners.

The strange thing is: When I try to close MDI child form
it does not want to. There is no exception. I do not know
what is happening.

Thanks,

Jan.
 
N

Nicholas Paldino [.NET/C# MVP]

Jan,

Can you provide some code? Is there anything special about the controls
you are using on the form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top