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
Printable View
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
In the resources, check the Minimize check box under Properties->styles. that's all.
it is automatically taken care off....
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)
Invoke the child dialog as modal dialog using DoModal() function.