MDI Layer

  • Thread starter Thread starter Viswanathan S
  • Start date Start date
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?
 
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
 
Back
Top