如题,请高手赐教

解决方案 »

  1.   

    Button上哪有图片,如果是bitmap button,你把disable图片弄成和正常时图片一样不就行。
      

  2.   

    我用的是CButtonST类
    部分代码如下:
    CButtonST m_btnStop;
    m_btnStop.SetBitmaps(m_hbmpDNovolume);
    m_btnStop.sizetocontent();
    m_btnStop.EnableWindow(FALSE);请问如果不自己重载DrawItem函数,还有其他简单的办法吗
      

  3.   

    图片是不是一样的没有关系,一执行EnableWindow(FALSE)什么图片都要变灰