搜索资源列表
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.
QQ2009_Gradient-button
- 一个很清新的子类化重绘仿QQ2009渐变按钮源代码模块,使用子类技术(subclasses),支持重绘VB自带按钮,凡是具有WS_EX_CLIENTEDGE风格的窗口都会重绘边框,比如TextBox、ListBox、ListView等等。MsgBox的按钮也可以重绘,支持按钮渐变效效果。 使用方法: 使用皮肤: Attach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。 移除皮肤: Detach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。-Subclass r
ListView
- 小程序,在界面的编辑框里输入后,通过Add按钮,将内容添加到ListBox里面。-Small procedures, the interface to edit box enter through Add button to add to the ListBox inside.
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
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.
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
DelphiColumn
- Delphi Column用法的一个例子,动态生成ListView列,每点击一次按钮即可生成一个列,这在实际应用中,相对实用的功能。-An example of Delphi Column usage, dynamic generation of ListView columns, each click of a button you can generate a column, which in practical applications, the relative utility func
win8FORVB
- 这是一个VB模仿WIN8各种效果的源代码,包括按钮,进度条 COMBOX LISTVIEW 等-This is an imitation of WIN8 VB source code for a variety of effects, including buttons, progress bars, etc. COMBOX LISTVIEW
CustomLVi
- 在开发中,我们经常使用到ListView这个控件。Android的API也提供了许多创建ListView适配器的快捷方式。例如ArrayAdapter、SimpleAdapter和SimpleCursorAdapter等。但你是否发现,如果采用这些系统自带的适配器,对于事件的响应只能局限在一个行单位。假设一行里面有一个按钮和一个图片控件,它们之间的响应操作是不一样的。若采用系统自带的适配器,就不能精确到每个控件的响应事件。这时,我们一般采取自定义适配器来实现这个比较精确地请求。-its wond
allin.dev
- android 上listview实现,可以增加图片,文字,按钮作为list元素。(Android on the listview implementation, you can add pictures, text, buttons as list elements.)