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 .
 
please help me because i need to finish my appp
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top