联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All ListView/ListBox(108) 

[ListView/ListBox] TestList6

一个VC++ ListView演示源码,可以说是一个自定义的 ListView,支持多种内容排列方式、像列表、图标、小图标等方式,另外还可为ListView中的各个行着色,从而显示不同的颜色,如截图所示的效果,从事VC++编程,掌握ListView,这是必需的!!
A VC++ ListView demo source code, can be said to be a custom ListView, support a variety of content arrangement, such as a list of icons, small icons, etc., in addition to the individual but also for the ListView row shading, which display different colors, such as the effect shown in the screenshot engaged VC++ programming, master ListView, this is required! ! (2013-07-08, Visual C++, 39KB, 下载16次)

http://www.pudn.com/Download/item/id/2299518.html

[ListView/ListBox] listbox

Windows界面编程之彩色的listbox,显示隔行变色效果,用于区分所显示的内容,使其结构更清淅,对于所显示的颜色值在源码内可根据你的爱好修改。源码内设置选中一行时,这一行加边框,反色、隔行变色设置、文字背景色设置、输出文字等都有相关定义。
Listbox, Windows interface programming color display interlaced color effect for the distinction between the show' s content, its structure more clear mission, shows the color values ​ ​ in the source code can modify to your liking. Source set within selected line, this line to add a border, anti-color interlaced discoloration set the text background color settings, output text related definitions. (2013-04-16, Visual C++, 13KB, 下载10次)

http://www.pudn.com/Download/item/id/2203294.html

[ListView/ListBox] haofangsrc

自动尝试进入浩方真三菜鸟房的40-60号房间。先需要进浩方然后选 竞技-真三-上海专区。   浩方自动进菜鸟房,编程思路:   1.用SPYXX分析窗口结构,取得父窗体以及那个ListView窗体的句柄   2.发送LVM_GETITEMPOSITION消息取得坐标   3.发送WM_LBUTTONDBLCLK模拟鼠标双击   4.设定在15秒内,看是否出现人满的那个提示窗口,出现则关闭他,继续下一个房间,如果到了最后一个房间则又从头开始,如果没有出现,则认定成功进入,3秒后退出。
Automatically try to enter holdfast really three of 40 to 60 rookie room to room. First need into holdfast then choose competitive-really three-Shanghai area. Holdfast in automatic rookie room, programming ideas: 1. With SPYXX analyze window structure, made the ListView form and parent form the handle 2. Send LVM_GETITEMPOSITION news get coordinates 3. Send WM_LBUTTONDBLCLK simulation mouse click 4. Set in 15 seconds, to see if the person appear with the tooltip window, there are close him, continue to the next room, if to the last room, and from the start, if not appear, is that success into, 3 seconds after exit. (2012-02-10, Visual C++, 17KB, 下载5次)

http://www.pudn.com/Download/item/id/1768647.html

[ListView/ListBox] ListViewCtrlEx_Demo

漂亮的列表控件,继承自CListView,外观与迅雷的任务栏列表相似。 可显示/隐藏列,定制背景,自动调整列宽等,是MFC界面编程必不可少的组件。
Nice list control, inherited from CListView, the appearance of the taskbar with a list similar to the Thunder. To show/hide columns, customize the background, automatically adjust column widths, etc., are essential components of MFC programming interface. (2011-07-21, Visual C++, 210KB, 下载78次)

http://www.pudn.com/Download/item/id/1603294.html

[ListView/ListBox] ListDemo

一个自我封装的List类,很号用,解决VC++中MFC中CListCtrl类的缺陷,在控件编程中有很大的用途,也可以更具自己的需要做一些修改!
A self-List package type, I am its use to solve VC++ In the MFC class CListCtrl of defects in the control program in a lot of uses, can also be more to their own needs to do some modifications! (2008-12-12, Visual C++, 42KB, 下载5次)

http://www.pudn.com/Download/item/id/603635.html

[ListView/ListBox] CListCtrl

利用VC编程过程中 CListCtrl 的风格、扩展风格、插值或删除数据、选中取消一行、得到checkbox的状态等等.........,很多很实用的操作
VC programming course using CListCtrl style, extended style, interpolation, or delete data, select Cancel and his party, the state of checkbox ........., so a lot of very practical operation (2008-05-30, Visual C++, 6KB, 下载224次)

http://www.pudn.com/Download/item/id/477147.html

[ListView/ListBox] source_browse

Windows的资源管理器想必大家都用过,该程序的窗口一分为二,左边的窗口显示本机当前所有驱动器以及驱动器中的所有文件夹,当用户单击文件夹后,如果该文件夹下面还有子文件夹,则上层文件夹展开显示下级的文件夹;否则,右边的窗口显示选择文件夹下的文件。那么这个程序是如何实现的呢?为了说明这个问题,本实例打造了一个简易的资源管理器,它实现了Windows资源管理器的主要功能,在显示文件的属性(如文件的文件名、文件的大小、文件的创建时间)的同时,还可以改变文件显示的方式,如大小图标方式、列表方式等。对于Visual C++初学者来说,这个实例和《实例2:打造自己的IE浏览器》要结合起来细细的学习、消化,这两个实例包含了Visual C++编程中的很多细节知识,如工具栏的处理、树型控件/列表控件的使用、窗口的拆分、字符串的处理等 (2008-05-17, Visual C++, 7KB, 下载52次)

http://www.pudn.com/Download/item/id/465247.html

[ListView/ListBox] sortlistctrl

我们在一般的VC中编程时用到的对话框一般不能任意变大小,只能变最大或者最小,这个程序实现了任意变对话框大小的功能,而且对话框上面的控件可以方便的重定位,并可以限制最大和最小值.希望对你有帮助,好代码大家共享,共同学习.
in general programming at the VC to use the dialog generally not arbitrarily change size, can only be the largest or smallest, the process to achieve an arbitrary change the function of the size of the dialog, the dialog above can easily control the re-positioning, and may limit the maximum and minimum. Hope you have a right to help, good code share and learn together. (2005-08-04, Visual C++, 50KB, 下载85次)

http://www.pudn.com/Download/item/id/106005.html
总计:108