• <small id='275c8'></small><noframes id='275c8'>

    <i id='275c8'><tr id='275c8'><dt id='275c8'><q id='275c8'><span id='275c8'><b id='275c8'><form id='275c8'><ins id='275c8'></ins><ul id='275c8'></ul><sub id='275c8'></sub></form><legend id='275c8'></legend><bdo id='275c8'><pre id='275c8'><center id='275c8'></center></pre></bdo></b><th id='275c8'></th></span></q></dt></tr></i><div id='275c8'><tfoot id='275c8'></tfoot><dl id='275c8'><fieldset id='275c8'></fieldset></dl></div>

      <tfoot id='275c8'></tfoot>
        <bdo id='275c8'></bdo><ul id='275c8'></ul>
    1. <legend id='275c8'><style id='275c8'><dir id='275c8'><q id='275c8'></q></dir></style></legend>

      1. 如何在 MFC 中创建可调整大小的 CDialog?

        时间:2023-08-02
      2. <tfoot id='nfVwu'></tfoot>

          <small id='nfVwu'></small><noframes id='nfVwu'>

        • <legend id='nfVwu'><style id='nfVwu'><dir id='nfVwu'><q id='nfVwu'></q></dir></style></legend>
          <i id='nfVwu'><tr id='nfVwu'><dt id='nfVwu'><q id='nfVwu'><span id='nfVwu'><b id='nfVwu'><form id='nfVwu'><ins id='nfVwu'></ins><ul id='nfVwu'></ul><sub id='nfVwu'></sub></form><legend id='nfVwu'></legend><bdo id='nfVwu'><pre id='nfVwu'><center id='nfVwu'></center></pre></bdo></b><th id='nfVwu'></th></span></q></dt></tr></i><div id='nfVwu'><tfoot id='nfVwu'></tfoot><dl id='nfVwu'><fieldset id='nfVwu'></fieldset></dl></div>

              <bdo id='nfVwu'></bdo><ul id='nfVwu'></ul>
                    <tbody id='nfVwu'></tbody>

                • 本文介绍了如何在 MFC 中创建可调整大小的 CDialog?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我必须创建一个基于对话框的应用程序,而不是旧的 CFormView 类型的设计.但是 CDialog 生成固定大小的对话框.如何使用可调整大小的对话框创建基于对话框的应用程序?

                  I have to create a dialog based application, instead of old CFormView type of design. But CDialog produces fixed-size dialogs. How can I create dialog based applications with resizable dialogs?

                  推荐答案

                  在 RC 资源文件中,如果对话框有类似这样的样式,它将是固定大小的:

                  In the RC resource file if the dialog has this style similar to this it will be fixed size:

                  IDD_DIALOG_DIALOG DIALOGEX 0, 0, 320, 201
                  STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
                  

                  如果对话框有这种风格,它会很大:

                  If the dialog has this style it will be sizeable:

                  IDD_DIALOG_DIALOG DIALOGEX 0, 0, 320, 201
                  STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
                  

                  使用这些可调整大小的框架选项,对话框将可以重新调整大小,但您仍需要做大量工作来处理 WM_SIZE 消息,以管理对话框中控件的大小和位置.

                  With these sizable frame options the dialog will be re-sizeable but you will still need to do a lot of work handling the WM_SIZE message to manage the sizing an positioning of the controls within the dialog.

                  这篇关于如何在 MFC 中创建可调整大小的 CDialog?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:从内存缓冲区创建进程 下一篇:在 C++ 中解析 INI 文件的最简单方法是什么?

                  相关文章

                  最新文章

                  <small id='LAhdE'></small><noframes id='LAhdE'>

                    <legend id='LAhdE'><style id='LAhdE'><dir id='LAhdE'><q id='LAhdE'></q></dir></style></legend>
                    <i id='LAhdE'><tr id='LAhdE'><dt id='LAhdE'><q id='LAhdE'><span id='LAhdE'><b id='LAhdE'><form id='LAhdE'><ins id='LAhdE'></ins><ul id='LAhdE'></ul><sub id='LAhdE'></sub></form><legend id='LAhdE'></legend><bdo id='LAhdE'><pre id='LAhdE'><center id='LAhdE'></center></pre></bdo></b><th id='LAhdE'></th></span></q></dt></tr></i><div id='LAhdE'><tfoot id='LAhdE'></tfoot><dl id='LAhdE'><fieldset id='LAhdE'></fieldset></dl></div>
                      <bdo id='LAhdE'></bdo><ul id='LAhdE'></ul>

                      <tfoot id='LAhdE'></tfoot>