MyLib/StaticEx.cpp
@@ -1,7 +1,7 @@ // StaticEx.cpp : 实现文件 // #include "stdafx.h" #include "pch.h" //#include "stdafx.h" #include "StaticEx.h" @@ -32,7 +32,9 @@ { this->crCtlColor=color; this->bCtlColorDef=true; this->RedrawWindow(); } void CStaticEx::SetTextColor(COLORREF color) { this->crTextColor=color;