

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Computer Dealer News Magazine
We have 60 Controls tutorials, you can see below:
With a single method call, turn all your controls on a form into a control array.
A project and source code for a progress bar with percentage completed shown.
How-To find out which link was clicked in a web browser control.
This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status.
Applying the XP-look style with the hot key feature to the TabControl.
A PictureBox control that lets you rotate images.
TreeView styles can be changed and customized with the help of these code snippets.
A control to produce a graphical display of any 16bit PCM Wav file.
A simple ComboBox with formatted grouping.
Overcoming some limitations of the WinForms ListView control.
How to gain access to the DataGridViewComboBoxEditingControl’s properties, methods, and events.
An ownerdrawn tabcontrol supporting accelerator keys to switch between tabs.
This article describes how to use the NativeWindow object to take control of the message processing of a ListView\'s column header. This allows the programmer to intercept messages and prevent or respond to things like column resizing.
To create a column style of a DataGrid as a LinkLabel.
Implementing a universal dropdown type editor.
One approach to acheiving XP-style gradient buttons in VB.NET
A cool scrollbar control.
Code for email and web LinkLabels including a test to see if the web link is valid.
A toolkit that simplifies working with dates.
A class that extends the ListBox control by adding collapsable items and providing a simple way to add multiple controls into a ListBox item.
A control to view an event log.
A VB.NET implementation of a treeview with 3-state checkboxes using state image list
A textbox that acts like a LinkLabel.
A simple class written in Visual Basic .NET which enables disabled controls on double click.
Two textbox user controls for controlling textbox behavior and for providing a calendar for date selection.
Expanding and collapsible panels implemented in VB.NET.
Extending the TreeView control to support drag and drop and persistance.
Customize the appearance and behavior of a ComboBox without using Windows messaging.
A multi-column combo in VB.NET.
A ComboBox with a read only property that allows text copy and dropdown viewing.
A control to synchronize folder contents.
Show application progress via a status label.
2 Simple Functions to call from ComboBox events to Autocomplete. Will work with Data Bound combos.
A textbox control that will validate against any .NET datatype. Supports databinding, max, min, and null values.
This article describes ContextMenu and event handling in Visual Basic .NET.
An owner-drawn control with a custom UIEditor for Visual Studio designer.
An article on customising the .NET Panel control to give it a gradient fill, and round corners.
Adds support for setting the background color in the RichTextBox more directly than volking\'s article.
A ListBox control that supports multiple columns. Also shows how to create your own scrollbar.
Tabbed control for MDI applications
A Tree like component with rich design time features.
A class that extends the ListBox control by adding item tags, providing a simple way to move items up and down, and adding multiple sorting options.
A nice little control to help the user notice you\'re trying to tell him something...
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.
A panel that has rounded borders, gradients, and transparency.
An article on creating a flat combobox using VB.NET.
Explorer TreeView control with Shell Folder access class and Icon management.
Extend a PropertyGrid with an Item collection; easy customization of properties with custom editor, custom converter and databinding.
A UserControl for WinForms VB.NET that has child controls that it contains and is scrollable. This example shows how to draw your own controls and build your custom container to list them.
A versatile and multi-purpose button and button-bar with full Office 2003 colors and style.
Shows a spinning progress bar, identical to the SQL Server 2005 busy indicator, without requiring any code.
A VB 6 Winsock clone for VB.NET.
Apply a theme that resembles VS2005 to the DockPanel Suite, using an Extender class.
A component that allows ImageLists to be inherited and shared globaly across multiple forms and controls, with full design time support.
A ComboBox (and ListView) displaying the file system, using the system image list.
A completely configurable tab control to use as tabbed MDI forms.
Use this control when your users don't have access to the keyboard (like at a touchscreen kiosk).
An article on customising the .NET Panel control to give it a gradient fill, and round corners.
One approach to achieving XP-style gradient buttons in VB.NET.
ToolBar Control with special effects, inherits from the .NET ToolBar control.