Compact all the minimized forms into 1 application tag
- From: pamela fluente <pamelafluente@xxxxxxxxx>
- Date: Mon, 12 May 2008 03:38:39 -0700 (PDT)
Hello friends, I have a simple question.
If I have an application with several forms, you see on the windows
bar, usually on the bottom of your screen, the various tags for the
various forms.
Now if the bar gets crowded, windows automatically puts all the
minimized forms of the same application together, and indicates how
many of them are collapsed in that tag.
For instance: "10 vshost.exe".
Now my question. How do I tell in VB.net my application to force
showing all the minimized forms in that way, I mean collapsed in 1 tag
only.
I want to do programmatically that action, which windows does
automatically when the bar is too crowded.
For Each f As Form In My.Application.OpenForms
' ... how ??
Next f
-P
.
- Follow-Ups:
- Re: Compact all the minimized forms into 1 application tag
- From: Tom Shelton
- Re: Compact all the minimized forms into 1 application tag
- Prev by Date: Re: VB.NET COM DLL form a VBScript
- Next by Date: Re: Developing a selection program
- Previous by thread: Read a SOAP Message
- Next by thread: Re: Compact all the minimized forms into 1 application tag
- Index(es):
Relevant Pages
|