Click to See Complete Forum and Search --> : Q: Minimize dialog aplication.
_Mec_
April 9th, 1999, 04:28 AM
Hi all,
I have dialog base aplication and on any user action I create modal dialog box. I would minimize these both dialog boxes on user reaction. How can I do it?
Thanks for all suggestions
Martin
Mallik Bulusu
April 9th, 1999, 09:26 PM
In the resources, check the Minimize check box under Properties->styles. that's all.
it is automatically taken care off....
_Mec_
April 15th, 1999, 03:19 AM
this don't work. I have two dialogs (one in second), both have minimize check boxes, but...
Inner dialog is minimized to desktop, but main dialog never minimized.
I want minimize both dialogs, when I click on Window application list bar (bottom on a screen)
thanx Martin
(Excuse me my English)
Mallik Bulusu
April 20th, 1999, 05:39 PM
Invoke the child dialog as modal dialog using DoModal() function.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.