Link to home
Start Free TrialLog in
Avatar of dmitry1
dmitry1

asked on

Minimize/Put UI thread window in 'minimized windows' bar

I have several windows in my application. Each window runs in separate UI thread.When i minimize one of them- it minimized to the bottom of the screen , and not to the bar where the "Start button" and all other minimized windows showed.How can i (if i can?)  to place each of the windows into this bar?
Avatar of dmitry1
dmitry1

ASKER

I mean - why some windows(during creation) don't place their "Buttons" in the Windows bottom bar ,and how i can control it?
ASKER CERTIFIED SOLUTION
Avatar of Bridge
Bridge

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dmitry1

ASKER

Thanks a lot !
In my application it works in modal dialogs too (when inserted in OnInitDialog() ).