A
Alan Mailer
When adding a new Menu to a VB6 application, a developer had the
option of designating the Menu as a 'WindowList' Menu. By choosing
this option at Design time, it enabled this particular menu at Runtime
to automatically list as SubMenus the 'caption' of every Window (or
Form) that was currently open in the application.
At Runtime, a user of my application could then just click on one of
the 'captions' in the SubMenus to immediately make active on the
screen the window which carried that caption.
I'm writing to ask if Visual Studio 2005 VB.Net has a counterpart to
this.
If it does, I would like somebody to direct me to what it is.
On the other hand, if it doesn't, I would like a suggestion as to how
one goes about this in VB.Net.
Thanks in advance for your feedback.
option of designating the Menu as a 'WindowList' Menu. By choosing
this option at Design time, it enabled this particular menu at Runtime
to automatically list as SubMenus the 'caption' of every Window (or
Form) that was currently open in the application.
At Runtime, a user of my application could then just click on one of
the 'captions' in the SubMenus to immediately make active on the
screen the window which carried that caption.
I'm writing to ask if Visual Studio 2005 VB.Net has a counterpart to
this.
If it does, I would like somebody to direct me to what it is.
On the other hand, if it doesn't, I would like a suggestion as to how
one goes about this in VB.Net.
Thanks in advance for your feedback.