MDI form

M

Maileen

Hi,

I have a MDI form in which i want to display some other forms.
but i would like to customize a little bit these childform.

for example, when i open childform :
- it should be maximized.
- we shouldn't be able to minimize it.
- we shouldn't be able to see maximize, minimize and close button of
this childform
- we shouldn't be able to see the form menu (when click on left bar icon
of the childform)
- we shouldn't see any text added to MDI application form text (like
Myapp - My childform)

thanks a lot,

Maileen
 
H

Herfried K. Wagner [MVP]

Maileen said:
I have a MDI form in which i want to display some other forms.
but i would like to customize a little bit these childform.

for example, when i open childform :
- it should be maximized.
- we shouldn't be able to minimize it.
- we shouldn't be able to see maximize, minimize and close button of this
childform
- we shouldn't be able to see the form menu (when click on left bar icon
of the childform)
- we shouldn't see any text added to MDI application form text (like
Myapp - My childform)

Use user controls instead of MDI children. To create a user control using
the VS.NET IDE, simply choose "Project" -> "Add UserControl..." from the
menu.
 

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