| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1915 人关注过本帖
标题:m_deit.setsel(int x,int y)的功能是什么?
只看楼主 加入收藏
jpg4151
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2006-3-12
收藏
 问题点数:0 回复次数:1 
m_deit.setsel(int x,int y)的功能是什么?
m_deit.setsel(int x,int y)的功能是什么?
搜索更多相关主题的帖子: int deit setsel 
2006-11-06 10:42
maoguoqing
Rank: 6Rank: 6
来 自:重庆
等 级:贵宾
威 望:28
帖 子:2980
专家分:19
注 册:2005-12-5
收藏
得分:0 

设置编辑框文本的复选信息,函数原形是这样的:
void SetSel( int nStartChar, int nEndChar, BOOL bNoScroll = FALSE );
这是函数的介绍(MSDN):
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.


Remarks

Call this function to select a range of characters in an edit control.

[此贴子已经被作者于2006-11-6 12:14:07编辑过]


天行健,君子以自强不息!!QQ:68660681
2006-11-06 12:13
快速回复:m_deit.setsel(int x,int y)的功能是什么?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027642 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved