至于设置richedit背景比较简单:  
  void   CreatRichEdit()  
  {  
  m_richedit.CreateES_AUTOVSCROLL|ES_MULTILINE|ES_WANTRETURN|WS_VISIBLE,rect,pWnd,1)  
  m_richedit.SetBackgroundColor(   FALSE,RGB(0,0,255));  
  m_richedit.SetFocus(   );  
                    }  
  m_richedit.SetBackgroundColor(   FALSE,RGB(0,0,255));//这句话就够了 

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-21
  • 2021-09-09
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案