Thread: Dialog popup when program executed.

  1. #1
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186

    Question Dialog popup when program executed.

    I want some extra parameters intialized before I run my actual application which is a dialog. I want to have a smaller dialog to popup when I first run my program to ask for the two parameters.

    How would I go about doing this?

    Would I have my smaller dialog be a parent to my main dialog?

    This is in MFC. Thank you.
    the best things in life are simple.

  2. #2
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Just use all dialogs. Your main one should be loaded, if it doesn't find any parameters, it should load another dialog.
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Exiting program from secondary dialog
    By Garfield in forum Windows Programming
    Replies: 4
    Last Post: 03-08-2004, 12:53 PM
  3. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM