MDI app to show active forms in Window menu

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

Hi,

Any idea how I can display in the "Window" menu all names of the active MDI
children forms like in most prof. windows apps ?

Along with this I would like to have the "most recently opened" files in the
File menu.

Thanks for the suggestions.

Kurt.
 
Hello,
Set MdiList property of the menuitem to true for displaying active
Windows forms in it.
I don't have an idea about the recently opened files menu. I think
you'll have to maintain it yourself.

HTH. Cheers.
Maqsood Ahmed [MCP C#,SQL Server]
Kolachi Advanced Technologies
http://www.kolachi.net
 
Back
Top