搜索资源列表
ListViewApiRu
- 这个可是很爽的一个VB类,对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的方方面面,里面有个技术很爽,就是subclass的特殊实现方法,完全就象Window SDK编程,真的很爽,里面用了VB指针技术,感觉是那么的自由,其实VB也没有什么不可以,唯一的缺点就是不好调试(强行点VB的强行中止按钮,VB集成开发环境会崩溃,主要是以为是解释执行了,..还是VC好)-the VB one very interesting category of ListView AP
CommonCtrl
- vc中常用的控件包括TabControl\\TreeView控件\\ListView\\ListBox\\按钮控件\\组合框控件等 -vc commonly used controls, including TabControl \\ TreeView Control \\ List View \\ ListBox \\ button controls \\ box controls, and other combinations
BeautyQQ_All_source
- QQ界面源码 模拟qq界面的源码,很cool,绝对牛! QQ界面 换肤 自绘控件 透明窗口 Vista样式 免费开发包 skinBeauty skin Beauty afe 界面换肤 美化 异形窗口 vista 样式 透明窗体 自绘控件 vc vb delphi 编程 源码 代码 例子 磨沙 半透明 开发包 免费 破解 button dialog frame XP 下载 自绘按钮 菜单 标题栏 滚动条 listctrl treeview listview scro
CommonCtrls
- mfc窗口程序的所有例子,综合到了一起。 按钮 组合框控件 编辑框 TreeView控件 Static控件 PropertySheet RichEdit ListView/ListBox 可以很直观的了解所有控件的使用,对初学者帮助很大
safdsfewfewe
- + 界面编程 按钮控件 组合框控件 编辑框 TreeView控件 Static控件 PropertySheet RichEdit ListView/ListBox 菜单 工具条 状态条 对话框与窗口 系统编程 网络编程 驱动编程 数据库编程 GDI/图象编程 C#编程 .net编程 多媒体编程 通讯编程
CGridListCtrlEx
- 一个ListView的扩展控件,可以在ListView显示进度条,下拉列表,Radio按钮等-Extension of a ListView control, you can show progress in the ListView, the drop-down list, Radio buttons, etc.
ListViewAddBtnListenerTest
- android listview和listview上的按钮都获得监听的demo-android listview and listview are given a button on the monitor of the demo
QQ2009_Gradient-button
- 一个很清新的子类化重绘仿QQ2009渐变按钮源代码模块,使用子类技术(subclasses),支持重绘VB自带按钮,凡是具有WS_EX_CLIENTEDGE风格的窗口都会重绘边框,比如TextBox、ListBox、ListView等等。MsgBox的按钮也可以重绘,支持按钮渐变效效果。 使用方法: 使用皮肤: Attach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。 移除皮肤: Detach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。-Subclass r
ListViewEmbeddedControls
- 自定义控件,listview,可以点头排序,在行加入按钮、进度条等控件。-Custom control, listview, sort nod, line by adding button, progress bar and other controls.
ListView
- 小程序,在界面的编辑框里输入后,通过Add按钮,将内容添加到ListBox里面。-Small procedures, the interface to edit box enter through Add button to add to the ListBox inside.
Star
- 采用VS2005+C# 开发 wince5.0系统 技巧分享: 窗体的Menu 设置为空,不然页面上会多一行!! 使窗体不会移动 设置 WindowState = Maximized ListView控件设置VIEW属性为Details, Columns项目中增加字段,这样就可通过代码增加行,实现数据列表方式展示。 TextBox控件设为多行输入框 Multine属性 设为 True 部分手持机要读写模块加电后,扳机才能用! 窗体keyPreview属性设置为tru
20099112246830
- 一个很清新的子类化重绘仿QQ2009渐变按钮源代码模块,使用子类技术(subclasses),支持重绘VB自带按钮,凡是具有WS_EX_CLIENTEDGE风格的窗口都会重绘边框,比如TextBox、ListBox、ListView等等。MsgBox的按钮也可以重绘,支持按钮渐变效效果。-A fresh sub-class of imitation QQ2009 gradient button to redraw the source code module, the use of sub-cl
review
- 本源码简单示例android中按钮,相对布局,微调工具和列表的用法,提供初学者参考。-Simple example in android button of this source, the relative layout, Spinner tools and a listview of usage, to provide a reference for beginners.
z1
- 演示在android使用按钮和listview,主要是添加监听器。从VB/delphi/C#转android的初学者适用。-The presentation is android use button and listview, main is to add a listener. From VB/Delphi/c# turn of android for beginners.
testSQlite2013-4-5
- SQlite开发的完整教程,解决主键删除后再插入不能自动排序的问题,点击按钮切换界面到带checkbox的listview里选择条目。可参考博客:http://blog.csdn.net/yanzi1225627/article/details/8762536-The SQLite developed a complete tutorial to solve the main key to delete and then insert does not automatically sort, c
duilib
- duilib_控件演示源码包括按钮、输入框、Combo等基础控件和richedit、listview、treeview、webbrowser等高级控件。-duilib_ control demonstration source code, including buttons, input boxes, Combo and other basic controls and richedit, listview, treeview, the WebBrowser Advanced Controls.
pathDemo
- 仿path2.0,页面按钮特效,页面滑动时的时间轴特效和listview滑动特效-Imitation path2.0, Page button effects, sliding timeline page listview sliding effects and special effects
listview
- listview数据添加去闪烁功能实例源码下载,碰到有闪烁问题的可借鉴一下本代码。用两个数据添加的实例来演示:添加数据闪烁(快速点击按钮)、添加数据不闪烁(快速点击按钮),代码里可看出去除闪烁的方法-listview data is added to the flashing function example source code download, there is flicker problems encountered can learn about the code. Add data
DeleteListViewDemo
- 向右滑动listview出现删除按钮,删除该项。类似删除qq会话。-delete the listview item
allin.dev
- android 上listview实现,可以增加图片,文字,按钮作为list元素。(Android on the listview implementation, you can add pictures, text, buttons as list elements.)