| A C# Visual Studio.Net, Excel, and InterDev tab control |
| The Code Project |
| cwTab is a control written in C# that gives you the ability to add Visual Studio.Net, Excel, and InterDev tabs to any application. The control is fully customizable. The class is written in C# and uses a double-buffering class provided by Microsoft. The code demonstrates using GDI+ for drawing, event handling, enumerations in C#, overrides, attributes, properties and double buffering.
|
|
| A Designable PropertyTree for VS.NET |
| The Code Project |
| Ever since I first started programming with OWL back in 1995, I've written this type of control each time I learn a new language in which to program GUIs. I wrote one in OWL (Borland's MFC-like library), in straight C, and Java 2's Swing, among others. I've always called them 'PropertyTree's - mostly because the first place I saw them implemented was in Netscape's Edit | Properties dialog box. |
|
| A ListView HitTest for C# |
| The Code Project |
| An article on adding a HitTest method for a ListView control. |
|
| A Piano Key Control in C# |
| The Code Project |
| A Piano Key Control for the .NET Framework |
|
| An Overview of Web Browser Express |
| MSDN |
| Easily build your own Web browser that supports tabs and an integrated link to a search engine by using the C# Express WebBrowser control. |
|
| An XML based dynamic runtime GUI generator |
| The Code Project |
| Generate controls, set property values, and wire up event handlers at runtime from an XML definition. |
|
| ASP.NET Developer's Cookbook Chapter 3: Custom Controls |
| The Code Project |
| The most common techniques in building custom controls in ASP.NET. |
|
| BUG: Control on the Hidden TabPage Is Not Visible with Control.Select or Form.ActiveControl |
| http://www.kbalertz.com/ |
| (820629) - You may have a TabControl control on a Windows Form. You may add controls to the TabPages property of the TabControl. When you use the Form.ActiveControl property or the Control.Select method to set the focus for the control on the hidden TabPages ,... |
|
| Building a BallonToolTip provider in C# |
| The Code Project |
| Shows how to create a ToolTip provider that supports Ballon Tooltips, including issues related to creating extender properties and using the NativeWindow class. |
|
| C# List View v1.3 |
| The Code Project |
| A fully featured completely managed C# ListView. |
|
| Canvas implementation for C# |
| The Code Project |
| Design and implementation of canvas in C# |
|
| Columns reordering and icon columns in DataGrid |
| The Code Project |
| This article demonstrates how to reorder columns (using column drag-and-drop) and icon columns in the DataGrid |
|
| ComboBoxTree |
| The Code Project |
| A treeview control that drops down much like a combobox. |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Dynamic MainMenu formation in Winform Application using DataSet |
| The Code Project |
| Dynamic MainMenu formation in Winform Application using DataSet |
|
| Dynamic MainMenu formation in Winform Application using XML |
| The Code Project |
| Dynamic MainMenu formation in Winform Application using XML |
|
| Enhanced BrowseForFolder styled TreeView |
| The Code Project |
| Supports Explorer, SingleChecked and RecursiveChecked mode (checkboxes). Lets you specify the displayed drive types etc... |
|
| FakeFlash Title |
| The Code Project |
| Animated Title Component |
|
| File Contents Watcher Application |
| The Code Project |
| A program for continuously monitoring and displaying text-based files |
|
| Google-like PageLister control which helps to organize paging representation of your data. |
| The Code Project |
| Google-like PageLister control which helps to organize paging representation of your data. |
|
| Hardcore Visual Basic: VB-Helper: Hot Properties |
| MSDN |
| Rod Stephens of Hardcore Visual Basic shows off some of the cool new properties you can use to control your UI. |
|
| Images on XP-Style Buttons |
| The Code Project |
| A .NET Windows Forms Button using Visual Styles on Windows XP that can display an image |
|
| Layout Table Control like html table, tr and td tags |
| The Code Project |
| Table Control to polish your forms layout |
|
| Many in one: ImageButton + MultiSelect TabControl with Drag&Drop and Button's face paint extender |
| The Code Project |
| Small Windows.Forms Controls Library (ImageButton,MultiSelect TabPage Control with Drag&Drop support) |
|
| Multipurpose Digital Clock Control using .NET |
| The Code Project |
| A digital clock user control which can be used as a regular clock, stop watch or count down timer. Options include changing display color, freezing the clock and setting multiple alarms. |
|