P
pamela fluente
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
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