Hi Every One,
My Requirement Windows Forms Application,
I created design time menustrip control add some ToolStripDropDown Button Add Some ToolStripmenu Items, in Mdi Form
i designed forms and add menu items its working fine here i want to restrict maximum 5 forms or 5 menu Items open in mdi container,
what ever i opened forms in mdi container that names should be display linkLabels these link labels 5 i have taken design time which LinkLabel i click that form should be come front ,and close that form linklabel name also close you know like our browser tabs .
i want to add screenshot but here dont have that option .
Thank you in advance.
praveen kumarPosted Oct 12, 2015, 4:18 AM
Prem Anandh JPosted Oct 12, 2015, 2:48 AM
foreach(Form childForm in childArray)
{
x++;
}