MDI Layer

V

Viswanathan S

Hi All!

Urgent. Can anybody tell the answer.

In MDI window, i am having the child forms.

In the toolbar button click the following code is written
frmaFrame.LayoutMdi(MdiLayout.ArrangeIcons)

The child form's FormBorderstyle property is FixedSingle.
The about code is not working for the forms. is there any other option in
layering?

But cascade is working.
How to do without changing the form borderstyle property?
 
A

Armin Zingler

Viswanathan S said:
Hi All!

Urgent. Can anybody tell the answer.

In MDI window, i am having the child forms.

In the toolbar button click the following code is written
frmaFrame.LayoutMdi(MdiLayout.ArrangeIcons)

The child form's FormBorderstyle property is FixedSingle.
The about code is not working for the forms. is there any other
option in layering?

But cascade is working.
How to do without changing the form borderstyle property?


Please describe the current behavior of the program and how you expect it to
be.

I've tried it, but arranging the minimzed Forms by using
"LayoutMdi(MdiLayout.ArrangeIcons)" work well even if they have
Formborderstyle = FixedSingle.


Armin
 

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