搜索资源列表
chklsbev
- CheckListBox ActiveX控件是为了Microsoft Visual Basic和其他支持ActiveX控件的语言设计的控件。它提供了类似Microsoft Word和Excel 中的内含检查框 ( CheckBox)的列表框(listbox)。 更为神奇的是这个控件的每项都可以使用不同的字体、颜色和图标。检查框也可以设置成显示或不显示。你难道不想让自己程序中列表框变得更生动、更与众不同吗?软件中包括Visual Basic、Visual Basic.NET、Visual C
vc-treeviw-demoprogram
- Microsoft visual C++ 6.0, tree view & list control demo program-Microsoft visual C++ 6.0, tree view & list control demo program
ListBox
- ListBox.vcproj 這是使用應用程式精靈所產生之 VC++ 專案的主要專案檔。 它包含產生檔案時的 Visual C++ 版本資訊,以及使用應用程式精靈產生檔案的 過程中,選取的平台、組態和專案功能的相關資訊。 ListBox.h 這是應用程式的主要標頭檔。它包含其他專案特定的標頭 (包括 Resource.h), 並宣告 CListBoxApp 應用程式類別。 ListBox.cpp 這是主要的應用程式原始程式檔,它包含應用程
bsnlv2d1
- .NET ListView v2.6.3560 (c) Softgroup- Softgroup .Net ListView control is a fast, small, lightweight and enhanced version of standard .Net ListView control that implements unsupported behaviours and features of standard control.
Third
- 精美的列表按钮自绘,用户自定义控件,在自定义控件中加入可按钮。-The application wizard has created this TransparentControl application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writin
DIY
- 这个是很基础的用VS2010开发的c#源码,采用三层架构实现一个简易的通讯录管理,采用Microsoft Office Access实现数据的存储,能够实现增、删、查、改。-This is the very foundation of the development with VS2010 c# source, using three-tier architecture to achieve a simple address book management, using Microsoft Of
TabViewDemo2
- microsoft mfc tab view demo
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge