搜索资源列表
WinCECOLLECT
- WinCE下listview等一系列控件重载,包括示例代码,功能非常强大!-WinCE error under a series of heavy controls, including sample code, which is very powerful!
CListCtrlPrint
- 将listctrl的内容打印出来,本示例是从codeguru中下载的,供编写打印部分的朋友参考-listctrl to print out the contents of the sample is from codeguru download, for the preparation of a friend Print part of the reference
自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例
- 自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例: 1.优美的界面,从标题栏、菜单栏、工具栏、状态栏均为自画图片背景,并随窗口大小动态调准; 2.分离视图,上下左右三个视窗,可实现上两视窗做工作区视窗,范例采用了treeview,下视窗作为日志视窗,范例采用了listctrl; 3.范例treeview视窗间实现了左右拖曳关联的功能,可将左右树节点相互关联,相当实用。-Their interface with vc6.0 with bcgcb database dev
CListCtrl_sort
- Visual C++ CListCtrl类超强排序,只有稍微修改就能用到你需要的地方.注:本示例程序是在Unicode环境下 -Visual C++ CListCtrl class Super sort, and only a slight modification can be used anywhere you need. Note: This sample application is in Unicode environment
ObjectBrowser_src
- When developing COM Objects, I often wished to have something similar to VB s Properties- or Debug-window to retrieve or interactively change an object s current properties at runtime. There exists a small number of little demo apps (like the AtlCon
sample
- 用VC++极其详细的展示了如何运用ListCtrl的方法,通过这一程序,你可以深入理解ListCtrl的用法-Using VC++ extremely detailed display of how to use the method ListCtrl, through this procedure, you can use a deep understanding ListCtrl
SynchronizedScrollViewers
- Scroll Synchronization Imagine you have two ListBoxes with lots of items. Whenever a user scrolls in one of the two ListBoxes, the other one should be updated, too. What we want to do in this article is to create a simple attached property that all
UseListCtrlDemo
- 一个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
Dashboard
- Introduction I will show you how I built a start page similar to Google IG in 7 nights using ASP.NET Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and documented all the technical challeng
DemoList
- 一个简单,功能丰富的CLISTCTRL的demo-a sample demo for Clistctrl class
listbox_with_columns
- A Sample to show the listbox on the dialog.
CToolTipListCtrl_demo
- CToolTipListCtrl的示例程序,让你看了之后会更深刻地了解此类。-CToolTipListCtrl sample program will then let you read a deeper understanding of such.
ScrollViewerTemplate
- 如何在WPF中使用ScrollView控件的例子,重点是如何对ScrollView控件的样式进行定义。-Sample of how to decorate a scrollview by contrl template.
4
- Drag & Drop的执行范例。 第一部分是關於新增一個字串的部分 第二部分則是關於採用箭頭來決定什麼是已選取什麼是未選取最後一個部分就是使用Drag & Drop來操作所有的動作-Drag & Drop to run the sample. The first part is about to add a second part of the string section on the use of arrows to decide what is selected what
Listview
- 一个关于列表框的示例程序,windows mobile-A sample program on the list box, windows mobile
SampleProject
- Just A Sample Doc To Start With
combox
- 自定义cmobox,带有图标,很好的例子-consumer combox with icon, a good sample
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge