| Active Directory object picker control |
| The Code Project |
| A windows control for selecting objects in Active Directory |
|
| ASP.NET 2.0's Client Callback Feature |
| DotNetJunkies |
| One of the most overlooked features of ASP.NET 2.0, part of Visual Studio 2005 or "Whidbey", is the Client Callback feature. This feature allows you to programmatically call server-side methods through client-side JavaScript code without the need for posting back the page. This article describes how to use the Client Callback feature to implement your own callback scenario and introduces the new TreeView control that has this feature built in. |
|
| ASP.NET Server Controls: Treeview |
| Egg Head Cafe |
| Microsoft has also released ASP.NET Server Control versions of the most popular IE controls, namely Treeview, TabStrip, ToolBar and MultiPage. These are all fully .NET compliant server-side controls. They are also, however, "Browser aware", and if the browser is "uplevel" (IE 5.5 or higher) the associated Client-side HTC behavior for each control is automatically downloaded with the page. |
|
| C# Photo Album Viewer |
| The Code Project |
| This sample is a C# Windows application that uses a SQL Server 2000 database to store and retrieve images. Images are organized under albums in a treeview and displayed in a picturebox when selected. An static control is used to display a description of the album or image. Context menus on the treeview allow the user to add, rename, and delete images or albums. Descriptions can also be edited by selecting a context menu item. |
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using C#. |
|
| Creation of XML for Microsoft Tree View Control from SQL Server 2000 Database |
| The Code Project |
| Tree is used for hierarchical display of data and permits you to create effective user interfaces while easing development and maintenance time. |
|
| Data Binding TreeView in C# |
| The Code Project |
| C# implementation of data binding TreeView. |
|
| Directory Picker in C# |
| C# Corner |
| This article illustrates the use of a treeview in a directory tree user control. You can use this control to visually select files or directories from any file structure on your computer system. |
|
| Drag and Drop Revisited |
| C# Corner |
| I've had a couple inquiries on how to do drag and drop in .NET again, so I've put together a simple app for dragging text from a TreeView to a TreeView and a TreeView to a ListBox. |
|
| GUnit, Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| How to automate Internet Explorer in a contained UserControl control by using Visual C++ .NET 2003 |
| http://www.kbalertz.com/ |
| (815727) - Describes how to develop a control library by using Microsoft Visual C++ .NET 2003 and how to access the methods from Internet Explorer script. |
|
| HOW TO: Add TreeView drag-and-drop functionality in a Visual C++ .NET application |
| Microsoft Support |
| (815675) - This step-by-step article describes how to perform a drag-and-drop operation with tree nodes between two TreeView controls in a Visual C++ .NET application. back to the top Requirements The following list outlines the recommended hardware, software,... |
|
| HOW TO: Dynamically add a control without hard coding the control type in Visual C++ .NET |
| Microsoft Support |
| (815779) - This step-by-step article describes how to dynamically add a control to a form in Microsoft Visual C++ .NET 2003, and how to respond to the events of the control. This article describes how to use the Assembly method of the Form type object to... |
|
| HOW TO: Populate a TreeView Control from a Dataset in Visual Basic .NET |
| http://www.kbalertz.com/ |
| (320755) - This step-by-step article describes how to display data from a hierarchical dataset by using the TreeView control in Microsoft Visual Basic .NET. To do this, you establish a parent, child, and grandchild relationship, and then fill the TreeView... |
|
| HOW TO: Populate a TreeView Control from a Dataset in Visual Basic .NET |
| Microsoft Support |
| (320755) - This step-by-step article describes how to display data from a hierarchical dataset by using the TreeView control in Microsoft Visual Basic .NET. To do this, you establish a parent, child, and grandchild relationship, and then fill the TreeView... |
|
| HtmlHelp library and example viewer |
| The Code Project |
| A class library for reading compiled HTML help (chm) files and a sample viewer application using this library. |
|
| Introduction to Tree View Control |
| C# Help |
| The Windows Forms Tree View Control helps to display the hierarchy of nodes that can be used to represent the organization structure, file system or any other system which includes hierarchical representation. |
|
| Introduction to UDDI |
| C#Today |
| Traditionally, developers have used third party components and libraries to aid their development efforts. Vendors rely on listing their products in well known directories that provide categorized listings. These directories provide descriptions that are then used by clients to discover the required services. The standard used for describing and discovering web services was named as Universal Description, Discovery and Integration, also known as UDDI. In this article, Kaushal Sanghavi will explain the motivation behind UDDI and how developers can use UDDI to describe their web services, and also to discover third party web services. |
|
| Loading XML Files in a TreeView Control using Multithreading |
| C# Corner |
| There are many occasions when programmers need to develop multithreading applications, which can load big files in the background and let the user do data entry or other jobs without any interruption. In this article, I'll show you how to create multiple threads to load multiple files. |
|
| MbUnit : Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| Printing the .Net TreeView Control |
| The Code Project |
| A class to handle printing a .Net Treeview control. |
|
| Programmatically Loading, Expanding and Searching TreeView |
| DotNetJunkies |
| In this How to, Filip describes working with TreeView and the TreeNode Editor. He also explains the more difficult task of programmatically setting which nodes will be expanded or collapsed. |
|
| SharpListView |
| The Code Project |
| Fast and easy C# owner-drawn ListView |
|
| System.Windows.Forms.TreeView Control Sample |
| GotDotNet |
|
|
| The Code Project - Folder Select Dialog - The C# Programming Language |
| The Code Project |
| An article on how to use the .NET TreeView and Directory Info object to construct a folder selection dialog. |
|