CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    4

    Q: Minimize dialog aplication.

    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


  2. #2
    Join Date
    Apr 1999
    Location
    WA, USA
    Posts
    15

    Re: Q: Minimize dialog aplication.

    In the resources, check the Minimize check box under Properties->styles. that's all.
    it is automatically taken care off....


  3. #3
    Join Date
    May 1999
    Posts
    4

    Re: Q: Minimize dialog aplication.

    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)


  4. #4
    Join Date
    Apr 1999
    Location
    WA, USA
    Posts
    15

    Re: Q: Minimize dialog aplication.

    Invoke the child dialog as modal dialog using DoModal() function.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured