// Changes the caret of the edit control in this dialog box
void CMyDlg::OnChangeCaret()
{
CBitmap* pBitmap = new CBitmap;
pBitmap->LoadBitmap(IDB_HAPPY_BITMAP);
m_editCtrl.CreateCaret(pBitmap);
m_editCtrl.ShowCaret();
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment