为方便演示本例创建RichContrl基于对话框,生成CRichContrlDlg.h和CRichContrlDlg.cpp两个文件,在.cpp文件中宏定义:
1 #define COLOR_BLUE RGB(0, 0, 128) 2 #define COLOR_RED RGB(0xFF, 0, 0) 3 #define COLOR_GREEN RGB(0x2e, 0x8b, 0x57) 4 #define COLOR_WHITE RGB(255, 255, 255) 5 #define COLOR_BLACK RGB(0, 0, 0) 6 #define COLOR_YELLOW RGB(250, 250, 60)