| 查看: 1425 | 回复: 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! |
» 猜你喜欢
投稿咨询
已经有7人回复
今天放榜没戏了吧
已经有11人回复
我面上完蛋了
已经有5人回复
让我中一个面上吧!
已经有12人回复
基金啊基金
已经有4人回复
放榜前的不淡定
已经有13人回复
时间戳今天,20号变了
已经有4人回复
只有每年这种时候来逛逛小木虫
已经有24人回复
估计是周四
已经有3人回复
科研孤儿太难了
已经有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人回复
» 抢金币啦!回帖就可以得到:
散金祈福
+3/855
华西生物制药研究院招聘科研助理
+2/412
五大联赛看好哪支球队
+5/250
坐标北京诚征男友
+1/116
上海交通大学张航课题组招聘博士后(电化学储能)
+1/91
山东征女友,坐标济南
+1/91
Polymers 期刊特刊 组稿
+1/83
哈尔滨工业大学(校本部)电子与信息工程学院2027级博士招生
+1/67
面上基金祈福
+1/49
武汉,诚征男友,不异地,年龄大了
+1/33
中科院大连化学物理研究所 招聘 催化剂研发方向 科研助理 2名
+1/17
南京大学 智能驱动与感知材料实验室 诚招申请考核博士生/科研助理/博士后
+1/16
pcold 原核表达载体
+1/11
【教授/博士招募】寻找愿意带学生认识真实科研的老师
+1/4
南京医科大学-冯璋课题组-招收2027级生化与分子生物学专业博士和硕士研究生
+1/3
北京理工大学-集成电路与电子学院杰青团队-招博士后
+1/3
北理工集成电路杰青团队 | 诚招科助理
+1/2
出全新蔡司 Plan?APOCHROMAT 20×/0.8 平场复消色差物镜
+1/2
新审查指南施行半年,AI方向的专利申请是不是更看"技术味"了?
+1/2
河海大学海洋环境污染与生态毒理学研究组招收2027级硕士生 及博士研究生
+1/2
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









回复此楼