Thread: adding child windows in mfc?

  1. #1
    CIS and business major
    Join Date
    Aug 2002
    Posts
    287

    Question adding child windows in mfc?

    Could anyone help lead me in the right direction to create new child windows in the mfc framework.

    I need to create a window, that in turn creates another child window.

    I'm not sure how to do this?

    Would I use create(), virtual windows, something else?

    Any help would be appreciated.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    I am not familiar with MDI architecture. Under SDI, one solution is a simple dialog box. Another solution is to derive a class from CFrameWnd and create a view inside of it.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows MFC. Why are all the books on it from the late 90's?
    By Swerve in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-16-2009, 09:14 AM
  2. Script errors - bool unrecognized and struct issues
    By ulillillia in forum Windows Programming
    Replies: 10
    Last Post: 12-18-2006, 04:44 AM
  3. STATIC text label or LABEL in Windows APP - NO MFC!
    By triste in forum Windows Programming
    Replies: 5
    Last Post: 10-25-2004, 11:14 PM
  4. MFC :: Finding Child Window of a CWnd* Object?
    By SyntaxBubble in forum Windows Programming
    Replies: 2
    Last Post: 09-06-2003, 09:06 AM
  5. Function to resize child windows?
    By Clyde in forum Windows Programming
    Replies: 4
    Last Post: 05-28-2002, 08:33 PM