Visual Basic .NET » Controls

We have 60 Controls tutorials, you can see below:


The Closest thing to a VB6 control array in VB.NET


With a single method call, turn all your controls on a form into a control array.


Details    Read Tutorial    Views: 314    Rate: 0 (0 votes)    Feb 14 2007 - 13:35

Percent Progress Bar


A project and source code for a progress bar with percentage completed shown.


Details    Read Tutorial    Views: 578    Rate: 5 (1 votes)    Feb 01 2007 - 12:56

Web Browser Link Trapping


How-To find out which link was clicked in a web browser control.


Details    Read Tutorial    Views: 350    Rate: 0 (0 votes)    Feb 01 2007 - 12:31

Internet Connection State 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.


Details    Read Tutorial    Views: 279    Rate: 0 (0 votes)    Feb 01 2007 - 12:31

Applying Visual Styles to the TabControl in .NET 2.0


Applying the XP-look style with the hot key feature to the TabControl.


Details    Read Tutorial    Views: 619    Rate: 0 (0 votes)    Feb 01 2007 - 12:30

Rotating PictureBox Control


A PictureBox control that lets you rotate images.


Details    Read Tutorial    Views: 472    Rate: 0 (1 votes)    Feb 01 2007 - 12:28

TreeView Style Modifiers


TreeView styles can be changed and customized with the help of these code snippets.


Details    Read Tutorial    Views: 434    Rate: 0 (0 votes)    Feb 01 2007 - 12:27

VB.NET Wav file graphical viewer control


A control to produce a graphical display of any 16bit PCM Wav file.


Details    Read Tutorial    Views: 312    Rate: 3 (1 votes)    Feb 01 2007 - 12:26

Grouped ComboBox


A simple ComboBox with formatted grouping.


Details    Read Tutorial    Views: 404    Rate: 0 (0 votes)    Feb 01 2007 - 12:25

WinForms ListView Find & GetSubItemRect


Overcoming some limitations of the WinForms ListView control.


Details    Read Tutorial    Views: 582    Rate: 1 (1 votes)    Feb 01 2007 - 12:25

Gain Access To DataGridView Canned Controls


How to gain access to the DataGridViewComboBoxEditingControl’s properties, methods, and events.


Details    Read Tutorial    Views: 354    Rate: 0 (0 votes)    Feb 01 2007 - 12:24

MnemonicTabControl - a tabcontrol with accelerator key support


An ownerdrawn tabcontrol supporting accelerator keys to switch between tabs.


Details    Read Tutorial    Views: 409    Rate: 0 (0 votes)    Feb 01 2007 - 12:23

Disable Column Resizing in ListView Report Mode


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.


Details    Read Tutorial    Views: 416    Rate: 0 (0 votes)    Feb 01 2007 - 12:22

DataGrid ColumnStyle as LinkLabel


To create a column style of a DataGrid as a LinkLabel.


Details    Read Tutorial    Views: 377    Rate: 3 (1 votes)    Feb 01 2007 - 12:21

Handy Type Editors. Universal Dropdown Editor


Implementing a universal dropdown type editor.


Details    Read Tutorial    Views: 267    Rate: 0 (0 votes)    Feb 01 2007 - 12:21

XP Button Style in VB.NET


One approach to acheiving XP-style gradient buttons in VB.NET


Details    Read Tutorial    Views: 541    Rate: 2 (1 votes)    Feb 01 2007 - 12:20

Cool Scrollbar - Scrollbar like Windows Media Player's


A cool scrollbar control.


Details    Read Tutorial    Views: 459    Rate: 0 (0 votes)    Feb 01 2007 - 12:19

VB.NET Code Package: Email And Web LinkLabels


Code for email and web LinkLabels including a test to see if the web link is valid.


Details    Read Tutorial    Views: 286    Rate: 0 (0 votes)    Feb 01 2007 - 12:18

VB.NET Class Library: Date Wizard


A toolkit that simplifies working with dates.


Details    Read Tutorial    Views: 260    Rate: 0 (0 votes)    Feb 01 2007 - 12:17

VB.NET Windows Forms ListBox Extension: TemplateListBox


A class that extends the ListBox control by adding collapsable items and providing a simple way to add multiple controls into a ListBox item.


Details    Read Tutorial    Views: 401    Rate: 0 (0 votes)    Feb 01 2007 - 12:16

Eventlog Viewer


A control to view an event log.


Details    Read Tutorial    Views: 299    Rate: 0 (0 votes)    Feb 01 2007 - 12:15

TriStateTreeview in VB.NET


A VB.NET implementation of a treeview with 3-state checkboxes using state image list


Details    Read Tutorial    Views: 376    Rate: 4 (1 votes)    Feb 01 2007 - 12:14

VB.NET User Control: LinkTextbox


A textbox that acts like a LinkLabel.


Details    Read Tutorial    Views: 300    Rate: 0 (0 votes)    Feb 01 2007 - 12:14

How to enable a control on double click in Visual Basic .NET


A simple class written in Visual Basic .NET which enables disabled controls on double click.


Details    Read Tutorial    Views: 237    Rate: 0 (0 votes)    Feb 01 2007 - 12:12

VB.NET User Controls: Extended and Date Textboxes


Two textbox user controls for controlling textbox behavior and for providing a calendar for date selection.


Details    Read Tutorial    Views: 310    Rate: 0 (0 votes)    Feb 01 2007 - 12:10

Collapsible Panels in VB.NET


Expanding and collapsible panels implemented in VB.NET.


Details    Read Tutorial    Views: 572    Rate: 0 (0 votes)    Feb 01 2007 - 12:10

Drag and Drop Persisting TreeView Control (VB.NET)


Extending the TreeView control to support drag and drop and persistance.


Details    Read Tutorial    Views: 344    Rate: 0 (0 votes)    Feb 01 2007 - 12:08

OwnerDrawn ComboBox with Icons, Divider, and a generic data store


Customize the appearance and behavior of a ComboBox without using Windows messaging.


Details    Read Tutorial    Views: 671    Rate: 0 (0 votes)    Feb 01 2007 - 12:06

Multi-column Combo


A multi-column combo in VB.NET.


Details    Read Tutorial    Views: 426    Rate: 0 (0 votes)    Feb 01 2007 - 12:04

A Complete Read Only ComboBox


A ComboBox with a read only property that allows text copy and dropdown viewing.


Details    Read Tutorial    Views: 1090    Rate: 0 (0 votes)    Feb 01 2007 - 12:03

Synchro


A control to synchronize folder contents.


Details    Read Tutorial    Views: 277    Rate: 0 (0 votes)    Feb 01 2007 - 12:02

Status Label - Showing Progress


Show application progress via a status label.


Details    Read Tutorial    Views: 258    Rate: 0 (0 votes)    Feb 01 2007 - 12:01

AutoComplete ComboBox in VB.Net


2 Simple Functions to call from ComboBox events to Autocomplete. Will work with Data Bound combos.


Details    Read Tutorial    Views: 366    Rate: 0 (0 votes)    Feb 01 2007 - 12:00

TextBoxValidated - A .NET Windows Forms Control


A textbox control that will validate against any .NET datatype. Supports databinding, max, min, and null values.


Details    Read Tutorial    Views: 273    Rate: 0 (0 votes)    Feb 01 2007 - 11:59

Context Menu and Event Handling in Visual Basic .NET


This article describes ContextMenu and event handling in Visual Basic .NET.


Details    Read Tutorial    Views: 250    Rate: 0 (0 votes)    Feb 01 2007 - 11:58

DiamondControl - A custom button with MouseOver effects


An owner-drawn control with a custom UIEditor for Visual Studio designer.


Details    Read Tutorial    Views: 313    Rate: 0 (0 votes)    Feb 01 2007 - 11:57

Customising the .NET Panel control


An article on customising the .NET Panel control to give it a gradient fill, and round corners.


Details    Read Tutorial    Views: 452    Rate: 0 (0 votes)    Feb 01 2007 - 11:56

Background Highlighting with the RichTextBox the System way.


Adds support for setting the background color in the RichTextBox more directly than volking\'s article.


Details    Read Tutorial    Views: 266    Rate: 0 (0 votes)    Feb 01 2007 - 11:53

Multi-Column ListBox Control


A ListBox control that supports multiple columns. Also shows how to create your own scrollbar.


Details    Read Tutorial    Views: 2917    Rate: 0 (0 votes)    Feb 01 2007 - 11:52

MdiTabStrip


Tabbed control for MDI applications


Details    Read Tutorial    Views: 517    Rate: 5 (1 votes)    Feb 01 2007 - 11:51

Rich Design Time Featured TreeList Control


A Tree like component with rich design time features.


Details    Read Tutorial    Views: 292    Rate: 0 (0 votes)    Feb 01 2007 - 11:50

VB.NET Class Library: ListBox Extension


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.


Details    Read Tutorial    Views: 357    Rate: 0 (0 votes)    Jan 31 2007 - 15:36

An Office 2003-like popup notifier


A nice little control to help the user notice you\'re trying to tell him something...


Details    Read Tutorial    Views: 420    Rate: 0 (0 votes)    Jan 31 2007 - 15:34

Create your own runtime movable Windows Forms controls


A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.


Details    Read Tutorial    Views: 455    Rate: 0 (0 votes)    Jan 31 2007 - 15:33

AlphaGradientPanel, an extended panel


A panel that has rounded borders, gradients, and transparency.


Details    Read Tutorial    Views: 502    Rate: 0 (0 votes)    Jan 31 2007 - 15:31

Flat ComboBox with MS Office XP/2003 style support


An article on creating a flat combobox using VB.NET.


Details    Read Tutorial    Views: 318    Rate: 0 (0 votes)    Jan 31 2007 - 15:29

An All VB.NET Explorer Tree Control with ImageList Management


Explorer TreeView control with Shell Folder access class and Icon management.


Details    Read Tutorial    Views: 316    Rate: 0 (0 votes)    Jan 31 2007 - 15:27

Add Custom Properties to a PropertyGrid


Extend a PropertyGrid with an Item collection; easy customization of properties with custom editor, custom converter and databinding.


Details    Read Tutorial    Views: 363    Rate: 0 (0 votes)    Jan 31 2007 - 15:25

WinForms Custom Container Control


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.


Details    Read Tutorial    Views: 359    Rate: 0 (0 votes)    Jan 31 2007 - 15:23

A multi-purpose XP Office 2003 Style hover and flat button with container bar


A versatile and multi-purpose button and button-bar with full Office 2003 colors and style.


Details    Read Tutorial    Views: 322    Rate: 0 (0 votes)    Jan 31 2007 - 15:22

SQL Server 2005 Circular Progress Bar


Shows a spinning progress bar, identical to the SQL Server 2005 busy indicator, without requiring any code.


Details    Read Tutorial    Views: 538    Rate: 0 (0 votes)    Jan 31 2007 - 15:20

Winsock.NET


A VB 6 Winsock clone for VB.NET.


Details    Read Tutorial    Views: 935    Rate: 0 (0 votes)    Jan 31 2007 - 15:17

A VS2005-like Interface


Apply a theme that resembles VS2005 to the DockPanel Suite, using an Extender class.


Details    Read Tutorial    Views: 322    Rate: 0 (0 votes)    Jan 31 2007 - 15:16

Sharing and inheriting ImageLists across multiple forms and controls


A component that allows ImageLists to be inherited and shared globaly across multiple forms and controls, with full design time support.


Details    Read Tutorial    Views: 252    Rate: 0 (0 votes)    Jan 23 2007 - 13:36

Explorer ComboBox and ListView in VB.NET


A ComboBox (and ListView) displaying the file system, using the system image list.


Details    Read Tutorial    Views: 364    Rate: 0 (0 votes)    Jan 23 2007 - 13:35

A highly configurable MDI tab control from scratchz


A completely configurable tab control to use as tabbed MDI forms.


Details    Read Tutorial    Views: 368    Rate: 0 (0 votes)    Jan 23 2007 - 13:34

Numeric Keypad Web User Control


Use this control when your users don't have access to the keyboard (like at a touchscreen kiosk).


Details    Read Tutorial    Views: 1084    Rate: 0 (0 votes)    Sep 10 2004 - 19:43

Customising the .NET Panel control


An article on customising the .NET Panel control to give it a gradient fill, and round corners.


Details    Read Tutorial    Views: 1371    Rate: 0 (0 votes)    Sep 10 2004 - 17:50

XP Button Style in VB.NET


One approach to achieving XP-style gradient buttons in VB.NET.


Details    Read Tutorial    Views: 2555    Rate: 0 (0 votes)    Sep 10 2004 - 17:31

A ToolBar control with special effects


ToolBar Control with special effects, inherits from the .NET ToolBar control.


Details    Read Tutorial    Views: 1011    Rate: 5 (1 votes)    Sep 10 2004 - 17:27