[MFC] Color picker

////////////////////////////
COLORREF crFontColor;
    CColorDialog dlg;
    if( (dlg.DoModal() == IDOK) )
    {
        crFontColor = dlg.GetColor();
    }




그러나 

MFC Color button을 사용했더니, 요상한 자기들만의 Color picker로... 아 낯설어~

이걸 바꿔 말아. 고민중. 


Comments

Popular posts from this blog

[VS2010][VS2015] "stdafx.h 을 포함 소스를 찾을 수 없습니다" 에러 해결법