Obtaining a Window List in an MDI Application for VB.NET

  • Thread starter Thread starter Mark Hollander
  • Start date Start date
M

Mark Hollander

Hi All,

Is there an example of creating a Window List on the fly so that the
user can select a form that may be hidden behind other forms.

Or if you could help me with a code snippet to do this ;)

E.G:

File Accounts Windows About___________
| Tile |
| Cascade |
| ------------------- |
| 1. Invoices |
| 2. Inventory |
| 3. Cash Sales |
| 4. More Windows... |
 
Hi,
On the MDI form, create a main menu and set its MdiList property to True.
This will automatically show all open MDI child windows.

Hope this is what you are looking for.

Hi All,

Is there an example of creating a Window List on the fly so that the
user can select a form that may be hidden behind other forms.

Or if you could help me with a code snippet to do this ;)

E.G:

File Accounts Windows About___________
| Tile |
| Cascade |
| ------------------- |
| 1. Invoices |
| 2. Inventory |
| 3. Cash Sales |
| 4. More Windows... |
 
That's just what the doctor ordered.

Thanks it is perfect

Thank You
Mark Hollander
 

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