Thread: Resize Dialog Box via Code :: MFC

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Resize Dialog Box via Code :: MFC

    Hi.

    I would like to know is it possible and how to internally (program) resize a dialog box. For example:

    Code:
    ---------------------
    |                       |
    |edit box           |
    |button             |
    |                       |
    ---------------------
    Given a dialog box with that looks like the one above, I would like to programmably resize it.

    Code:
    --------------------
    |                      |
    |edit box          |
    |button            |
    |                      |
    |                      |
    |                      |
    |                      |
    --------------------
    In other words, I would like to expand and contracts the dialog frame.

    Thanks,
    Kuphryn
    Last edited by kuphryn; 10-25-2002 at 01:24 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dialog Box from within a dll without MFC
    By tonyxxy in forum C++ Programming
    Replies: 9
    Last Post: 01-31-2009, 07:49 PM
  2. Display Dialog Box Then Execute
    By stickman in forum C++ Programming
    Replies: 17
    Last Post: 05-10-2006, 11:02 AM
  3. Dialog box determined to close!!!
    By mhandlon in forum Windows Programming
    Replies: 1
    Last Post: 01-18-2006, 09:33 AM
  4. Drawing in a dialog box with MFC
    By Gravedigga in forum Windows Programming
    Replies: 3
    Last Post: 01-03-2004, 11:01 PM
  5. CListBox & Dialog Box :: MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 06-05-2002, 01:51 PM