| 查看: 1424 | 回复: 4 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
【求助】How to make a table like output in the client area using MFC
|
|||
|
Hi Everyone, I am just wondering whether you can tell me how to make a table like output in the client area in a win32 application using MFC? I want user to be able to input some data or paste some data to the table. Then the application will generate some data according to the input and show the generated data in another table. Thanks a lot for your help! |
» 猜你喜欢
只有每年这种时候来逛逛小木虫
已经有23人回复
估计是周四
已经有3人回复
基金啊基金
已经有3人回复
科研孤儿太难了
已经有15人回复
让我中一个面上吧!
已经有10人回复
言之凿凿,明天官网会通知放榜?
已经有17人回复
时间戳又变了
已经有17人回复
今天系统多次维护,明天很可能放榜!
已经有11人回复
时间戳变了,能看出什么问题?
已经有23人回复
放榜前的不淡定
已经有12人回复
» 本主题相关价值贴推荐,对您同样有帮助:
Nuclear-Power-in-China-Market-Outlook-to-2020
已经有19人回复
Method_Validation_in_Pharmaceutical_Analysis___A_Guide_to_Best_Practice
已经有73人回复
[交流]求the cell doubling in the XRD 什么意思?谢谢
已经有3人回复
III How Rietveld Refinement works?
已经有42人回复
中文版-MFC类库详解.chm-下载
已经有111人回复
Please enter any comments you would like to send to the Journal Office什么意思
已经有3人回复
How to explain the high number of missing reflections?
已经有3人回复
how to computer the I-V for the spin-up and spin-down?
已经有16人回复
【讨论】in the near futhure 是多久?
已经有21人回复
【资源】INTRODUCTION TO XAFS A Practical Guide to XAFS
已经有13人回复
【求助】Error: tensor element equals to 0 for a divide operation
已经有4人回复
【分享】How to get a PhD degree【已搜索无重复】
已经有72人回复
» 抢金币啦!回帖就可以得到:
告别流水线爽文!108万字完结仙侠《女娲石之灵石奇缘(仙界篇)》值得细品
+1/4048
每年这时候我都再仔细读一遍《范进中举》
+1/484
华西生物制药研究院招聘科研助理
+2/416
五大联赛看好哪支球队
+5/250
散金求好运
+1/200
坐标北京诚征男友
+1/116
哈尔滨工业大学(校本部)电子与信息工程学院2027级博士招生
+1/68
面上基金祈福
+1/49
上海交通大学张航课题组招聘博士后(电化学能量存储与转换)
+1/46
武汉,诚征男友,不异地,年龄大了
+1/36
上海交通大学化学化工学院倪伟焱课题组招收2027年申请考核制博士生(电催化+高分子)
+1/23
祈祷老公中国基
+1/12
pcold 原核表达载体
+1/11
2027环境工程博士申请
+1/9
找女友
+1/4
清华大学环境课题组招聘环境工作专业客座生研究生2-3名(应用导向)
+1/2
河海大学海洋环境污染与生态毒理学研究组招收2027级硕士生 及博士研究生
+1/2
北理工集成电路杰青团队 | 诚招科助理
+1/2
北理工集成电路杰青团队 | 诚招科助理
+1/2
出全新蔡司 Plan?APOCHROMAT 20×/0.8 平场复消色差物镜
+1/2
★ ★
微尘、梦想(金币+2): 谢谢回复…… 2011-04-13 15:38:56
susufairy(金币+1): 2011-04-26 04:23:28
微尘、梦想(金币+2): 谢谢回复…… 2011-04-13 15:38:56
susufairy(金币+1): 2011-04-26 04:23:28
|
这是一个MVC的问题,MFC的解决方案是Doc/View,Document实现数据结构,这里你要的是表,就是二维数组,View实现试图,你这里还是表格,Control实现数据控制,你这里没有说明数据验证,采用默认的实现就可以。 话说,你既然懂英文,就应该能看懂这篇文章了:http://msdn.microsoft.com/en-us/ ... a%28v=VS.80%29.aspx 另外,需要非常详细的解释可以参考侯杰的《深入浅出MFC》,虽然十多年没更新了,知识本身并没有问题。 |
4楼2011-04-13 09:31:33
susufairy(金币+1): Thanks a lot for the help! 2011-03-22 11:09:16
cenwanglai: 谢谢回复! 2011-03-23 23:44:58
cenwanglai: 谢谢回复! 2011-03-23 23:44:58
|
You can try Grid control http://www.codeproject.com/KB/miscctrl/gridctrl.aspx |
2楼2011-03-22 10:55:40
★
susufairy(金币+1): Thanks a lot for the help! 2011-03-23 04:33:47
cenwanglai(金币+1): 谢谢回复! 2011-03-23 23:45:30
susufairy(金币+1): Thanks a lot for the help! 2011-03-23 04:33:47
cenwanglai(金币+1): 谢谢回复! 2011-03-23 23:45:30
|
Using CListCtrl Class http://msdn.microsoft.com/en-us/library/hfshke78(VS.80).aspx |
3楼2011-03-22 19:46:58
5楼2011-04-13 11:12:44









回复此楼