How to keep a WinForm.ShowDialog() within the App Main Container f

G

Guest

Hi,

The default behavior for Modal forms does not restrict it to go out of the
client area of the main MDI container form.

I would like to show a modal form and keep it within the application
container form as any other non-modal MDI form.
I am not able to assign the MDIParent as it give an exception.

I will appreciate any suggestions.

Carlos Lozano
www.caxonline.net
 
G

Guest

Hi Mark,

It does restrict the form to the container form client area, but causes a
boucing effect that does not look well.

It seems better using the default behavior.

Thank you anyway.

Carlos
 

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