为什么我没找到啊?不好意思本人新手,多谢各位大神指导了

解决方案 »

  1.   

    对话框没有,只有SDI/MDI会有
    可以自己直接写注册表
      

  2.   

    http://blog.csdn.net/ttgoo/article/details/5396935
      

  3.   

    一般建立一个工程的话。都会有的。。只是如果你不需要的话可以注释掉,不影像什么的。
    // Standard initialization
    // If you are not using these features and wish to reduce the size
    //  of your final executable, you should remove from the following
    //  the specific initialization routines you do not need.#ifdef _AFXDLL
    Enable3dControls(); // Call this when using MFC in a shared DLL
    #else
    Enable3dControlsStatic(); // Call this when linking to MFC statically
    #endif // Change the registry key under which our settings are stored.
    // TODO: You should modify this string to be something appropriate
    // such as the name of your company or organization.
    SetRegistryKey(_T("Local AppWizard-Generated Applications")); LoadStdProfileSettings();  // Load standard INI file options (including MRU)