设置lable为透明

if( nCtlColor==CTLCOLOR_STATIC )
 {
      pDC->SetBkMode(TRANSPARENT);    //设置透明
      return (HBRUSH)::GetStockObject(NULL_BRUSH);
 }

posted on 2006-07-18 16:20  路吾  阅读(377)  评论(0编辑  收藏  举报

导航