Please HELP ( MdiWindowListItem)
I am trying to use MdiWindowListItem and add it to menu in main form and it is working.
now i have one problem.
my main form is like this : on the right side a split container panel which displays all the child forms like this:
dim child as new ChildForm Name
child.mdiparent=Me (me is the main form)
child.parent=me.splitcontainer1.panel1
child.show()
the form will be shown in the panel but i cant see it in the MdiWindowListItem
how can i solve this problem.
I will appreciate any help