| 查看: 1418 | 回复: 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! |
» 猜你喜欢
科研孤儿太难了
已经有6人回复
时间戳变了,能看出什么问题?
已经有23人回复
只有每年这种时候来逛逛小木虫
已经有22人回复
时间戳又变了
已经有14人回复
今天系统多次维护,明天很可能放榜!
已经有10人回复
放榜前的不淡定
已经有12人回复
言之凿凿,明天官网会通知放榜?
已经有16人回复
重要消息,中午系统在维护
已经有12人回复
哪位老哥知道今年的国自然具体哪一天放榜?
已经有20人回复
今天基金会出结果吗?20260819
已经有15人回复
» 本主题相关价值贴推荐,对您同样有帮助:
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/4066
每年这时候我都再仔细读一遍《范进中举》
+1/485
华西生物制药研究院招聘科研助理
+2/418
五大联赛看好哪支球队
+5/250
散金求好运
+1/203
上海交通大学张航课题组招聘博士后(电化学储能)
+1/93
面上基金祈福
+1/54
2026年财务管理、经济与信息技术国际会议 (FMEIT 2026)
+1/53
上海交通大学张航课题组招聘博士后(电化学能量存储与转换)
+1/47
武汉,诚征男友,不异地,年龄大了
+1/36
祈祷老公中国基
+1/23
坐标北京诚征男友
+1/17
2027环境工程博士申请
+1/9
新审查指南施行半年,AI方向的专利申请是不是更看"技术味"了?
+1/6
南京医科大学-冯璋课题组-招收2027级生化与分子生物学专业博士和硕士研究生
+1/3
北京理工大学-集成电路与电子学院杰青团队-招博士后
+1/3
清华大学环境课题组招聘环境工作专业客座生研究生2-3名(应用导向)
+1/2
河海大学海洋环境污染与生态毒理学研究组招收2027级硕士生 及博士研究生
+1/2
北理工集成电路杰青团队 | 诚招科助理
+1/2
【产品测评分享】体外转录产量不理想、dsRNA 副产物高?T7 RNA 聚合酶实测体验
+1/1
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
★ ★
微尘、梦想(金币+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
5楼2011-04-13 11:12:44









回复此楼