I need help, i dont now what happend ? =S

  • Thread starter Thread starter Mayolo Juarez via DotNetMonster.com
  • Start date Start date
M

Mayolo Juarez via DotNetMonster.com

Hi, I have a problem, when i use a context menu in a MDIForm and activate the
property "MDIList= True", the context menu don't show me the current child
windows, please help me, i use VS2003.

it´s neccesary resolve this, i need to finish a homework it´s urgent.
 
Have you correctly set the MDI Parent Form's IsMdiContainer property and MDI
Child Form's MdiParent property?
 
yes i put that properties, the main menu works great but the context menu
can´t ddiplays the names .
 
Hi,

Maybe MDIList works only in MainMenu controls, and not in ContextMenus, but
you can easily use the OnPopup event of your ContextMenu to manually create
a similar menu.

Let me know if it doesn't work.

Hope it helps
 
Back
Top