SetCurrentPos( )
SetSelectionStart( )
GrabFocus()
And also MFC's
SetActiveWindow()
SetFocus()
SetCaretPos()
I have tried these in an overrided
CView::OnActivateView( ... ) function , a DisplayErrorFunction,
OnInitalUpdate(), OnUpdate() etc... without any luck.