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

搜索资源列表

  1. sortlistctrl

    0下载:
  2. 我们在一般的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 t
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:51560
    • 提供者:胡俊
  1. ListViewApiRu

    1下载:
  2. 这个可是很爽的一个VB类,对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的方方面面,里面有个技术很爽,就是subclass的特殊实现方法,完全就象Window SDK编程,真的很爽,里面用了VB指针技术,感觉是那么的自由,其实VB也没有什么不可以,唯一的缺点就是不好调试(强行点VB的强行中止按钮,VB集成开发环境会崩溃,主要是以为是解释执行了,..还是VC好)-the VB one very interesting category of ListView AP
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:48647
    • 提供者:张毅
  1. PropListBox

    0下载:
  2. VC在对话框中实现属性页,并显示属性示例代码
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:27529
    • 提供者:lwch
  1. listbox

    0下载:
  2. 在vc++6.0环境中,对列表框进行处理的程序代码。程序运行通过,并希望对大家有所帮助!
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:76586
    • 提供者:邢冬
  1. HScrollListBox

    0下载:
  2. VC中自带的ListBox不能自动水平滚动,如果某条目的文本很长的话就会有些文字看不到.此代码可以自动给ListBox添加水平滚动条
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:68046
    • 提供者:zhan
  1. ListCtrlDemo-tutorial

    0下载:
  2. VC中的CListCtrl功能灵活但初学者往往很难掌握其用法.本代码相当于CListCtrl的使用教程,其中详细展示了ListCtrl的各种用法
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:128530
    • 提供者:zhan
  1. xindow

    0下载:
  2. 实现不一样的资源管理器截面的原代码,vc++6.0-not achieve the same resource management section for the original code, vc 6.0
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:56746
    • 提供者:郭雷勇
  1. CListCtrl 使用演示的例子

    0下载:
  2. 代码里写的很详细了,设置CListCtrl 模式,并响应LVN_GETDISPINFO消息,并在此消息中填充ClistCtrl数据,在vc+ADO模式中一样,提取结果集,并计算出要填充的行列在RS结果集中的位置,并填充CListCtrl数据。
  3. 所属分类:ListView/ListBox

    • 发布日期:2010-04-20
    • 文件大小:920706
    • 提供者:plcx999@126.com
  1. listviewfillingdynamicallyvb

    0下载:
  2. 这个代码利用了两个可复用的C++类:CXTOutlookBar 和 CXTPagerCtrl,用它们可以实现Outlook风格的用户界面,这两个类出自Codejock软件公司,是其产品Xtreme Toolkit的一部分。根据该公司的许可条款,任何人都可以不受限制地免费使用这两个类的源代码。 [代码性质] VC可重用代码段 [代码作者] NorthTibet [文件大小] 101K [更新日期] 2003-1-13 22:46:00 [下载次数] 19226
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-26
    • 文件大小:18551
    • 提供者:wencan
  1. CListView_SortItems

    0下载:
  2. 说明: 本段代码完整实现了在CListView列表中ListItem的排序, 其功能有: 1、实现升序和降序切换; 2、指定行记录不参与排序(比如,不希望首行‘合计’参与排序); 3、对指定列实现单独的排序算法(比如,日期和数值就不能使用同一的排序算法); 4、资源释放(每次点击前,都要释放资源,注意程序退出前,还有资源需要释放。)-Descr iption: a complete code of this paragraph a ListItem in the list
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:1655
    • 提供者:kangfu
  1. UseListCtrlDemo

    0下载:
  2. 一个ListCtrl控件使用样例代码,初学VC的朋友可以参考一下,注释有很详细的说明-Rediocheck the use of a control sample code, novice VC friends can refer to, the Notes had a very detailed descr iption of
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-06
    • 文件大小:49422
    • 提供者:li bing
  1. VCsrcCGridListCtrlEx

    0下载:
  2. vc下的ClistCtrl Grid使用演示源代码,希望大家有用,代码仅供参考。-vc under ClistCtrl Grid Demo source code, hope that useful, the code for reference only.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:71591
    • 提供者:view
  1. VC_ListBox_multi_objective_programming_code_associ

    0下载:
  2. VC编程实现ListBox多目标关联经典代码VC ListBox multi-objective programming code associated with the classical-VC ListBox multi-objective programming code associated with the classical
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-27
    • 文件大小:14493
    • 提供者:tang
  1. VC_code_dynamically_set_ListBox_rights_Classic

    0下载:
  2. VC编程动态设置ListBox权限经典代码VC programming code dynamically set ListBox rights Classic -VC programming code dynamically set ListBox rights Classic
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-02
    • 文件大小:21417
    • 提供者:i
  1. VC_code_multiple_ListBox_data_exchange

    0下载:
  2. VC编程开发实现多个ListBox数据交换代码VC Programming code of multiple ListBox data exchange -VC Programming code of multiple ListBox data exchange
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-27
    • 文件大小:21491
    • 提供者:i
  1. VC_program_list_multiple_choice_code_listBox

    0下载:
  2. VC编程窗体listBox列表多选设计代码VC program form the list of multiple choice design code listBox -VC program form the list of multiple choice design code listBox
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-31
    • 文件大小:21253
    • 提供者:,
  1. VC_list_control_programming_code_classic_lines

    0下载:
  2. VC编程实现列表控件插入行经典代码VC list control programming code into the classic lines -VC list control programming code into the classic lines
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-26
    • 文件大小:12159
    • 提供者:vb
  1. Drag.ListView.control.MFC.mobile.code

    0下载:
  2. MFC编程ListView控件拖放移动代码Drag ListView control MFC programming mobile code -Drag ListView control MFC programming mobile code
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-24
    • 文件大小:29074
    • 提供者:
  1. ImageLearn

    0下载:
  2. 完整的图片操作接口,用户VC++代码学习-The complete image manipulation tools, users VC++ code learning
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-20
    • 文件大小:144035
    • 提供者:DarkHorseKnight
  1. Listpage

    0下载:
  2. ListPage 列表控件实现分页功能,欢迎下载,欢迎使用,vc代码-Paging functionality, ListPage list control are welcome to download, Welcome, vc code
  3. 所属分类:ListView-ListBox

    • 发布日期:2016-05-22
    • 文件大小:1938432
    • 提供者:yanyan
« 12 »
搜珍网 www.dssz.com