积极答复者
CListCtrl在哪?

问题
-
之前有人提出CListCtrl这个控件,可我在工具箱里找了几天几夜也没有找到这个控件。请问:CListCtrl究竟在哪。请将方法写完整,不要写一半漏一半,吊人胃口。
- 已移动 ThankfulHeart 2013年2月18日 11:34 C++控件
答案
-
是C++中的控件。
http://cojone.blog.sohu.com/133809149.html
- 已标记为答案 Damon ZhengModerator 2013年2月25日 16:49
-
您创建一个MFC的基于Dialog的Application,切换到视图到Resource View,打开ToolBox,找到List Control控件就是的了。
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 Damon ZhengModerator 2013年2月25日 16:50
全部回复
-
是C++中的控件。
http://cojone.blog.sohu.com/133809149.html
- 已标记为答案 Damon ZhengModerator 2013年2月25日 16:49
-
您创建一个MFC的基于Dialog的Application,切换到视图到Resource View,打开ToolBox,找到List Control控件就是的了。
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 Damon ZhengModerator 2013年2月25日 16:50
-
你好,
CListCtrl是MFC类库中List View控件的类,只有在使用MFC的时候才有这个类。
MFC就是以C++为基础,将Windows API封装到类中并且提供了一个应用程序框架:http://zh.wikipedia.org/wiki/MFC
Damon Zheng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- 已编辑 Damon ZhengModerator 2013年2月25日 16:56