大致讲讲visual C++多行编辑框SetSel、GetSel的用法,结合下面 SetSel(0,-1) GetSel(a,b) SetSel(c,d)

还没装msdn... 还没装msdn 展开
 我来答
nscboy
2011-04-07 · TA获得超过1054个赞
知道小有建树答主
回答量:826
采纳率:0%
帮助的人:554万
展开全部
先给你来段MSDN
CEdit::SetSel
Call this function to select a range of characters in an edit control.
void SetSel(
DWORD dwSelection,
BOOL bNoScroll = FALSE
);
void SetSel(
int nStartChar,
int nEndChar,
BOOL bNoScroll = FALSE
);

Parameters
dwSelection
Specifies the starting position in the low-order word and the ending position in the high-order word. If the low-order word is 0 and the high-order word is –1, all the text in the edit control is selected. If the low-order word is –1, any current selection is removed.
bNoScroll
Indicates whether the caret should be scrolled into view. If FALSE, the caret is scrolled into view. If TRUE, the caret is not scrolled into view.
nStartChar
Specifies the starting position. If nStartChar is 0 and nEndChar is –1, all the text in the edit control is selected. If nStartChar is –1, any current selection is removed.
nEndChar
Specifies the ending position.
追问
非常感谢
如果方便的话帮忙解释下ReplaceSel(str)
general252
2011-04-07 · TA获得超过124个赞
知道答主
回答量:65
采纳率:0%
帮助的人:29.5万
展开全部
用MSDN,微软提供了最准确、详细的解释,要善于学习!
追问
不好意思,还没装MSDN,能不能帮忙解释一下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式