MDI form -- hung up when show new child form again

R

Ryan Liu

Hi,

I have a strange problem.

I can open child form(s) in a MDI container for the first time.

I can still open and show new child forms as long as there is one child form
in MDI container.

But if I close all forms, then I can still construct a new child form, but
as long as I call form.Show() or form.Visible = true, the program hungs up.

Can someone help on this?

Thanks a million!
Ryan
 
P

Peter Duniho

[...]
But if I close all forms, then I can still construct a new child form,
but
as long as I call form.Show() or form.Visible = true, the program hungs
up.

Can someone help on this?

Possibly. If you post a concise-but-complete example program that
reliably reproduces the problem, someone may be able to comment on your
problem.

Otherwise, the likelihood is low (though not zero).

Pete
 

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