Is there any way to arrange the Windows Forms in C#. One of my application I have 6 forms to display same time. Is it possible to arrange like MDI form arrange.
Nagramana

there is a way. in the main properties window of each form, you can specify the size and the position. this way, you can arrange all windows the way you like.

hope this helped
pygmalion

Thanks for your reply. Infact in my application I have to arrange forms in tiled form when arrange is clicked. And this one is solved and works for any number of forms.
Nag

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.