• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            成功∑信念&毅力@勤勞$堅(jiān)持

            業(yè)精于勤,荒于嬉;行成于思,毀于隨. 天下皆知取之為取,而莫知與之為取.

            統(tǒng)計(jì)

            留言簿(1)

            閱讀排行榜

            評(píng)論排行榜

            Vc編的算術(shù)運(yùn)算器

            This tutorial could well be the simplest windows program you could ever write.  All you need to understand this tutorial is the basics of windows messaging.  This tutorial is about the CButton class, and how to get a simple button working.

            This tutorial simply takes input for two numbers and depending on what button you click, does the math.  ie. if you enter 1 and 2, then click on 'Plus' the answer will be 3.  Pretty basic.

            To create this program first we need to get the framework laid out.  Now 99.9% of the time, you will be using buttons via a dialog box so that is where we will start.  Open up the AppWizard and create a new project titled ButtonDemo.  Just create a basic dialog box without any document / view architecture.


            Then click on the ResourceVew tab in the 'Workspace' window.  Proceed to edit the dialog box IDD_BUTTONDEMO_DLG.  It will already contain the Buttons 'Ok' and 'Cancel'.  Delete the 'TODO :' message and the 'Cancel' button so we can get to work.

            Just drag n' drop the buttons needed, in this example 'Plus' and 'Minus'.  Then select and right click to edit their properties.  The MFC keeps track of these buttons by their unique ID, a macro located in the "Resource.h" file.  For code clarity, change the name of the ID to ID_BUTTON_ADD and modify the caption of the button.


            Next, let's add the Edit boxes to house the values to be added or subtracted, do this in a very similar manner to the way you added the buttons.  Just drag and drop them in and then modify their ID.  We will need an Edit box for the left and right side of the equation as well as one to house the answer.  Just for clarity to the end user, check the 'disable' property of the last Edit box.  Since we won't directly be able to specify the answer.  We will also add a Static control for the equals sign.  Just drop one in and then change the caption.


            Now that our buttons and are in place we need to wire them into our application.  We do this via the class wizard.  (Control + W)  Click on the Member Variables tab and proceed to add the variables m_nX, m_nY, and m_nAnswer.  All integers; these will hold the values inputted from the Edit controls. 


            Then click on the Message Maps tab.  And add a new function for the object ID ID_BUTTON_ADD and  ID_BUTTON_SUBTRACT message BN_CLICK.  This create a function is called whenever that button is clicked once.  Denoted by OnButtonAdd and OnButtonSubtract.


            Now that we have created our buttons this is all the code we need to write to get this program working.  It is fairly self explanatory: what we did was create two functions to be called whenever the respective buttons were pressed.  The UpdateData (BOOL) functions are used to manage the data in the Edit boxes of the dialog.  UpdataData (TRUE), 'updates' the member variables linked to the Edit boxes to whatever is the current value.  UpdataData (FALSE), updates the Edit box to whatever our variable is.
            void CButtonDemoDlg::OnButtonAdd()
                        {
                        UpdateData (TRUE);
                        m_nAnswer = m_nX + m_nY;
                        UpdateData (FALSE);
                        }
                        void CButtonDemoDlg::OnButtonSubtract()
                        {
                        UpdateData (TRUE);
                        m_nAnswer = m_nX - m_nY;
                        UpdateData (FALSE);
                        }
                        

            That is it!  All we need to do to implement a simple button.


            posted on 2008-05-21 21:49 醬豆腐 閱讀(398) 評(píng)論(0)  編輯 收藏 引用


            只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問(wèn)   Chat2DB   管理


            久久精品国产亚洲av麻豆小说 | 久久国产成人精品麻豆| 久久99精品久久久久久久不卡| 少妇内射兰兰久久| 国产成人精品综合久久久| 久久精品?ⅴ无码中文字幕| 久久婷婷五月综合色奶水99啪| 亚洲AV无码久久精品成人| 亚洲国产成人久久精品动漫| 欧洲性大片xxxxx久久久| 久久天天躁狠狠躁夜夜96流白浆| 久久精品国内一区二区三区| 中文字幕精品久久| av无码久久久久不卡免费网站| 合区精品久久久中文字幕一区| 2021精品国产综合久久| 无码乱码观看精品久久| 999久久久无码国产精品| 久久精品桃花综合| 国产99久久九九精品无码| 午夜欧美精品久久久久久久| 久久精品一区二区影院| 九九99精品久久久久久| 亚洲中文字幕久久精品无码喷水| 99久久国产综合精品网成人影院| 99久久无码一区人妻a黑| 99久久精品国产一区二区| 热RE99久久精品国产66热| 精品一区二区久久久久久久网站| 久久99久久99精品免视看动漫| 亚洲婷婷国产精品电影人久久 | 国产福利电影一区二区三区久久老子无码午夜伦不 | 嫩草影院久久99| 潮喷大喷水系列无码久久精品| 亚洲第一极品精品无码久久| 国内精品伊人久久久影院| 欧美无乱码久久久免费午夜一区二区三区中文字幕 | 久久笫一福利免费导航| 亚洲人AV永久一区二区三区久久| 777久久精品一区二区三区无码 | 亚洲精品国产综合久久一线|