最后一页还是显示一个"下一步",怎么办我怎么改变它,以及它的点,击事件,是在PropertySheet类中改么?

解决方案 »

  1.   

    以下是MSDN 里面的说法:(自己去看看吧,很多问题的答案都在里面的)
    CPropertySheet::SetWizardButtons
    void SetWizardButtons( DWORD dwFlags );
    Parameters
    dwFlagsA set of flags that customize the function and appearance of the wizard buttons. This parameter can be a combination of the following values: PSWIZB_BACK   Back button
    PSWIZB_NEXT   Next button
    PSWIZB_FINISH   Finish button
    PSWIZB_DISABLEDFINISH   Disabled Finish button