Thread: opening a dialog window from inside a dialog window

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    18

    opening a dialog window from inside a dialog window

    using an mfc dialogapp (EXE) i want to have a button that will open up another dialog window.

    Anyone know the code for this? Do i make a pointer to a new type of this window? is there some other little thing i do? or is it easy like calling a function?

    I may not even need another dialog box. All i want is to ask a question and to recieve an answer.

    ie: what color is the sky? they type blue into the edit box, hit ok, and i store it all and close the box. thanks.

    cow
    cow

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    This is the wrong forum for such a question, try the Windows Programming forum.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  2. Why only 32x32? (OpenGL) [Please help]
    By Queatrix in forum Game Programming
    Replies: 2
    Last Post: 01-23-2006, 02:39 PM
  3. My Window Class
    By Epo in forum Game Programming
    Replies: 2
    Last Post: 07-10-2005, 02:33 PM
  4. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  5. Selectively opening a new window
    By Driver in forum Windows Programming
    Replies: 0
    Last Post: 09-27-2004, 01:42 AM