CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 ListView/ListBox 搜索资源 - if

搜索资源列表

  1. drive_picker_list_demo

    0下载:
  2. 一个用于驱动器选择的列表框,可以按大图标、小图标模式显示,支持多选。如果你在做一些驱动器工具软件的话,这个类库会给你在界面上带来极大的方便。 -an option for the drive list box, in accordance with a large icon, small icon mode, choose to support. If you do drive tool software, the library will give you the interface very
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:17688
    • 提供者:王点
  1. LogControl_src

    0下载:
  2. 一个输出日志记录的列表控件,如果想要实现像VC的调试窗口一样输出日志等记录,本例可供参考-an output log records list the controls, if it wants to achieve as the VC output debug window to the same log records, the cases for reference
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:46454
    • 提供者:郭飞
  1. 51_00_OS

    0下载:
  2. 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -circ
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:86953
    • 提供者:uuu
  1. HeaderCtrlEx_src

    0下载:
  2. If you ve ever had listviews where some of the column headings would display better on multiple lines, this article is for you!-If you ve ever had listviews where some of th e column headings would display better on multi ple lines, this article is f
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:3082
    • 提供者:
  1. ListBoxEx_demo

    0下载:
  2. ListBox增强,可以实现如vc开发环境中设置路径之形状。-ListBox strengthened, can be achieved if development environment vc set Ways shape.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:202910
    • 提供者:gpgu
  1. s12_1

    0下载:
  2. 在用VC开发应用程序的时候,经常要在对话框上显示位图。如果把位图加入资源中,当然是省时省力,但程序却也增肥不少,并且失去了灵活性。而如果你要动态地显示一大堆图片,各个图片大小不一,这岂不…本文就是介绍如何在对话框上显示位图,并且如何让对话框自动适应位图的大小的。-in VC application procedures, often in the dialog box shown on the bitmap. If the bitmap join resources is, of course,
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:126412
    • 提供者:赌东道
  1. CustomHeader.zip

    0下载:
  2. C# 要实现ListView的各行各列重绘是一件很麻烦的事情,最近就确定要实现一个功能需求,在一个ListView各行的第二列(Details模式)加入一个小图标。之前已经领教过ListView的设置,要开启重绘ListView各行,就必须重载它的OnDrawSubItem,但是ListView默认是不会执行你重载的OnDrawSubItem事件的,除非你把它OwnerDraw设置为true,即打开由用户控制绘图模式。然而让人抓狂的是,OwnerDraw=true后,整个ListView的Ite
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:46614
    • 提供者:XiueXi
  1. Listview-MulitLine-ToolTip

    0下载:
  2. 在Listview中如果内容太长,需要调整列宽才能看完整信息。现在用这个气泡提示信息,就不要调整列宽了。 -If the content is too long in the Listview, need to adjust the column width to see full information. Now with the bubble message, do not adjust the column width of the.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-25
    • 文件大小:5050
    • 提供者:borlung
  1. ListView_ComboBox

    0下载:
  2. 一个ComboBox中,如果可以带多列的数据,并且都显示出来,有时,会很有用的。这样,可以增强界面的表达能力和少占据界面的空间。下面就介绍一款这样的控件。-A ComboBox, if you can bring more disaggregated data, and are displayed, and sometimes will be very useful. In this way, the interface can enhance the expression of capacit
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-07
    • 文件大小:11779
    • 提供者:jjccbb
  1. ListView_NAT

    0下载:
  2. 一个ComboBox中,如果可以带多列的数据,并且都显示出来,有时,会很有用的。这样,可以增强界面的表达能力和少占据界面的空间。下面就介绍一款这样的控件。-A ComboBox, if you can bring more disaggregated data, and are displayed, and sometimes will be very useful. In this way, the interface can enhance the expression of capacit
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:9401
    • 提供者:jjccbb
  1. ResizableListBox_Src

    0下载:
  2. 实现图片和文本换行的listbox代码。 每个item中可包含icon图标和多行文字。-Each list box item can be enabled or disabled, can have a icon on the left and its text can be multi-line. Even if almost the same visual effects can be obtained using a standard CListCtrl control, ther
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-26
    • 文件大小:15886
    • 提供者:呆呆
  1. CListCtrl

    0下载:
  2. CListCtrl类的递归使用,对于初学者来说是很好的额学习CListCtrl的资料,欢迎下载-It is Very usefully for learning user,if you want to learning coding ,please download this code
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:999814
    • 提供者:刘小华
  1. CSlider

    0下载:
  2. ListCtrl控件的使用和重绘,这个对于初学者来说是很好的学习资料,对于学习控件编程的人来说是很好的资料-It is Very usefully for learning user,if you want to learning coding ,please download this code
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-01
    • 文件大小:26703
    • 提供者:刘小华
  1. listBox

    0下载:
  2. listbox 使用实例 如有问题可以联系我-listbox use case can contact me if there are questions
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-04
    • 文件大小:37492
    • 提供者:hedy
  1. name

    0下载:
  2. listctrl 简单的功能实现,实在不会的可以-listctrl simple implementation of function, if you really don t understand it,you can try it.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-08
    • 文件大小:25795
    • 提供者:someone
  1. 201141221356113

    0下载:
  2. 定时播放器 源码采用.NET2.0编写,数据存放采用文本文档,以节省空间及不必要麻烦。 功能模块: 1、添加、编辑、删除歌曲 2、倒计时功能 技术分析: 1、ListView绑定数据、编辑、删除 2、冒泡排序确定最近播放列表 3、timer控制列表倒计时及切换面板时动画效果 4、垃圾回收机制 软件很简单,但确确实实是原创产品。无聊之中花了小半天时间完成。如有差错,请多指教。谢谢! -Time player Source use. N
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-04
    • 文件大小:250889
    • 提供者:mydfhhah
  1. haofangsrc

    0下载:
  2. 自动尝试进入浩方真三菜鸟房的40-60号房间。先需要进浩方然后选 竞技-真三-上海专区。   浩方自动进菜鸟房,编程思路:   1.用SPYXX分析窗口结构,取得父窗体以及那个ListView窗体的句柄   2.发送LVM_GETITEMPOSITION消息取得坐标   3.发送WM_LBUTTONDBLCLK模拟鼠标双击   4.设定在15秒内,看是否出现人满的那个提示窗口,出现则关闭他,继续下一个房间,如果到了最后一个房间则又从头开始,如果没有出现,则认定成功进
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-25
    • 文件大小:17271
    • 提供者:邱明劼
  1. bighomework

    0下载:
  2. 通过做完改测试的题目,来测试看看你是否喜欢你自己的长相-Through tests done to change the subject, to test to see if you like your own appearance
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-13
    • 文件大小:1925080
    • 提供者:顾姝月
  1. Virtual-Grid-Control

    1下载:
  2. vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:162179
    • 提供者:floatbear
  1. Tooltip-to-listview

    0下载:
  2. I v managed to Tooltip every row in a Listview control. Even if its not the RIGHT way to do it, erm.. its.. WORKING. In addition, i v altered some of the codes on PSC in order to sort the listview control
  3. 所属分类:ListView-ListBox

    • 发布日期:2015-06-26
    • 文件大小:7168
    • 提供者:Sticker Pro
« 12 »
搜珍网 www.dssz.com