搜索资源列表
ListViewApiRu
- 这个可是很爽的一个VB类,对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的方方面面,里面有个技术很爽,就是subclass的特殊实现方法,完全就象Window SDK编程,真的很爽,里面用了VB指针技术,感觉是那么的自由,其实VB也没有什么不可以,唯一的缺点就是不好调试(强行点VB的强行中止按钮,VB集成开发环境会崩溃,主要是以为是解释执行了,..还是VC好)-the VB one very interesting category of ListView AP
explorer_combobox_and_listview
- 这是一个机遇.net开发实现对话框的Combobox和listview关联的控件,具有如下的功能: 1、所有文件的图标都是从系统中直接读出的,不存在采用icon的情况; 2、combobox和listview相关联,同我们的文件浏览器对话框效果一样; 3、通过该控件(包含源代码),你完全可以脱离.net中对对话框封装后而不能开发自己的特型对话框的烦恼,可以实现对话框定制了; 4、所有的代码都是通过.net平台实现的,所以不错在API的烦恼-This is an opportuni
uclistview
- API编写的ListView,不用附带庞大的OCX,并且支持XP系统主题 -API prepared by the ListView, not fringe huge OCX, and supports XP themes
pr_GetListViewText
- 一个从程序listview控件中取得信息的例子,用到几个核心的api
Listintotext
- You can find plenty of C++ and/or MFC code to deal with your ListView controls, but maybe not enough pure C and API (SDK) code. This code snippet consists of only one C function (fExportListView) that outputs the text content of a ListView control in
ListView(API)
- 用API改变ListView外观
用API函数改进ListView控件的显示效果
- 用API函数改进ListView控件的显示效果.rar-using API functions to improve the ListView control display. Rar
ListView Custom
- ListView api Sample
ListViewControlExample
- win32 api listview Control-win32 api listview Control
enumPrint
- 枚举所有的打印机到listview中,实例中用到了打印机API-Enumerate all the printers to the listview, the examples used in the printer API
listView
- 利用API 获取listView控件的滚动事件-listView access to rolling events
200741113474799
- OUTLOOK(类QQ菜单),环境:PB9.0 说明: 使用的方法,用childwindow ,listview,少量api,没有使用datawindow(老外的版本是使用datawindows) 程序本身有许多可以改进的地方和可以扩展的功能。 -OUTLOOK (Class QQ menu), the environment: PB9.0 Descr iption: Using the method, the childwindow, listview, a small amoun
CustomLVi
- 在开发中,我们经常使用到ListView这个控件。Android的API也提供了许多创建ListView适配器的快捷方式。例如ArrayAdapter、SimpleAdapter和SimpleCursorAdapter等。但你是否发现,如果采用这些系统自带的适配器,对于事件的响应只能局限在一个行单位。假设一行里面有一个按钮和一个图片控件,它们之间的响应操作是不一样的。若采用系统自带的适配器,就不能精确到每个控件的响应事件。这时,我们一般采取自定义适配器来实现这个比较精确地请求。-its wond
dode
- Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView
xjzf
- 对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的-Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView
aamiliarforListView
- 对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的-Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView
Fbmplete_read_the
- 对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的方方面面(Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView)
MyListView
- Windows控件ListView编程,纯win32 api调用,Vc2013编译,可运行。(Windows control listview programming, pure Win32 API call, vc2013 compiled, can run.)