| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 701 人关注过本帖
标题:列表框中输入数据的提取
只看楼主 加入收藏
luoyangldy
Rank: 1
来 自:洛阳
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-2-12
结帖率:0
收藏
已结贴  问题点数:20 回复次数:2 
列表框中输入数据的提取
你好,在列表框中输入数据之后,想要进行相应的计算,但是不知道如何提取,提取输入数据的指令是什么?列表框中输入的数据比较多,相当于一个20X5的数组,我想每列每列提取,可以实现吗?如何实现?谢谢!
搜索更多相关主题的帖子: 数据 计算 如何 
2011-02-12 10:14
luoyangldy
Rank: 1
来 自:洛阳
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-2-12
收藏
得分:0 
,没有人吗?

吃了水手的大力菠菜
2011-02-12 10:48
沼泽
Rank: 4
等 级:业余侠客
威 望:8
帖 子:291
专家分:228
注 册:2008-9-15
收藏
得分:20 
CListCtrl::GetItemText
int GetItemText( int nItem, int nSubItem, LPTSTR lpszText, int nLen ) const;//nItem是行号,nSubItem是列号
CString GetItemText( int nItem, int nSubItem ) const;
Return Value
The version returning int returns the length of the retrieved string.
The version returning a CString returns the item text.
Parameters
nItem
The index of the item whose text is to be retrieved.
nSubItem
Specifies the subitem whose text is to be retrieved.
lpszText
Pointer to a string that is to receive the item text.
nLen
Length of the buffer pointed to by lpszText.

2011-02-12 13:47
快速回复:列表框中输入数据的提取
数据加载中...
 
   



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

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