如何把CPropertyPage中的下一步按钮的文本变为“打开”

解决方案 »

  1.   

    If you want to change the text on the Finish button or hide the Next and Back buttons once the user has completed the wizard, call SetFinishText. Note that the same button is shared for Finish and Next. You can display a Finish or a Next button at one time, but not both.
      

  2.   


    GetDlgItem(ID_WIZNEXT)->SetDlgItemText("打开");
    不过你别忘了自己处理响应事件关键是为什么要改变它呢?属性页是有OK按钮的,把下一步按钮隐藏我觉得可能更好些