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

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2023-03-09
  • 2021-05-01
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-05
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2021-11-27
相关资源
相似解决方案