本帖最后由 xyzhaopeng 于 2010-05-21 14:38:08 编辑

解决方案 »

  1.   

    OnChanged函数里面添加
    CWnd* pApplyButton = GetDlgItem (ID_APPLY_NOW);
    ASSERT (pApplyButton);
    pApplyButton->ShowWindow (SW_SHOW);
    不可以吗
      

  2.   

    不好意思
    应该为
    pApplyButton->EnableWindow(false); 
      

  3.   


    pApplyButton->EnableWindow(SW_SHOW); ????
      

  4.   

    pApplyButton->EnableWindow(TRUE); 
      

  5.   

    呵呵   我试试看看  不过我还是希望系统自己去Enable这个APPLY button
      

  6.   

    身体是本钱啊  该休息就休息啊  病了boss也不给加工资