ArvindKumar17
Programmer
How do I use the getFocus() function. I have used the following code but still when my application opens ups. I do not have focus on my CRichEditCtrl.
PLEASE help. .. .
CRichEditCtrl* typeBox = new CRichEditCtrl();
typeBox->Create(WS_CHILD|WS_VISIBLE|WS_BORDER|ES_MULTILINE,
CRect(20,20,210,210), this, 2);
typeBox->GetFocus();
PLEASE help. .. .
CRichEditCtrl* typeBox = new CRichEditCtrl();
typeBox->Create(WS_CHILD|WS_VISIBLE|WS_BORDER|ES_MULTILINE,
CRect(20,20,210,210), this, 2);
typeBox->GetFocus();