http://blog.youkuaiyun.com/wwkaven/article/details/39718003
在Edit控件显示后面,添加如下代码:
int nLenth = pEdit->GetWindowTextLength();
pEdit->SetSel(nLenth, nLenth, FALSE);
pEdit->SetFocus();
http://blog.youkuaiyun.com/wwkaven/article/details/39718003
在Edit控件显示后面,添加如下代码:
int nLenth = pEdit->GetWindowTextLength();
pEdit->SetSel(nLenth, nLenth, FALSE);
pEdit->SetFocus();