2006年10月17日

How to change the background color of an Edit Box

摘要: How to change the background color of an Edit Box http://www.codeproject.com/cpp/cppfaq10dec04-23jan05.asp You can change the background color of an edit control in a dialog by handling the WM_CTLCO... 阅读全文

posted @ 2006-10-17 22:06 cy163 阅读(373) 评论(0) 推荐(0) 编辑

How to set the font of CListCtrl header

摘要: http://www.codeproject.com/cpp/cppfaq10dec04-23jan05.asp //CFont Varible CFont m_fArial; //Create Arial Font m_fArial.CreateFont(14,0,0,0,FW_BOLD,FALSE,FALSE,FALSE, DEFAULT_CHARSET,OUT_DEFAULT_PRECI... 阅读全文

posted @ 2006-10-17 21:57 cy163 阅读(555) 评论(0) 推荐(0) 编辑

EditBox Control and font size

摘要: http://forums.devx.com/showthread.php?t=83993 I'm very confus Re: EditBox Control and font size, color, etc... Hello boris,I don't know what to do with all that. Actually I'm working under VC++, an... 阅读全文

posted @ 2006-10-17 21:54 cy163 阅读(999) 评论(0) 推荐(0) 编辑

导航