我从CButton派生出一个类。
比如我想做成这样的(带下划线)。。。(这时可用Alt+C操作)。
而现在是这样的:
是不是DrawString要设置一下?它第一个参数是WCHAR*的。高手帮哈,谢谢。
代码是这样的:
CString strText;
this->GetWindowText(strText);//获得按钮的文本。。假如现在值为“关闭&C”.
//按键背景图片
ShowImage(pDC,m_hInstance,m_uImgMouseLeaveID,m_lpType,rcItem);
//输出文本 graphic.DrawString(strText.AllocSysString(),-1,m_pButtonFont,RectF(rcItem.left,rcItem.top,rcItem.Width(),rcItem.Height()),&stringformat,&SolidBrush(m_fontMouseLeaveColor));
StringFormat::SetHotkeyPrefix