Click here to Skip to main content
15,892,768 members
Everything / Controls

Controls

controls

Great Reads

by Graeme_Grant
A Modern Toggle Switch - From mock concept to a full custom WPF control that you can plug into your own apps
by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Leif Simon Goodwin
This article presents a simple WPF Carousel Control
by Edwyn Amador
Handles and validates input typing and pressed keys in TextBox, RichTextBox and ComboBox, displaying custom balloon tips messages

Latest Articles

by Graham Wilson
A progress bar which displays progress as passage through a simple maze.
by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.
by Graham Wilson
A track bar control which displays the track line as a spiral
by Peter Huber SG
Concurrent threads can use LogViewer to show the user scrollable information efficiently

All Articles

Sort by Title

Controls 

24 Jan 2016 by Daniel Brousser
Custom TextBox control for UI input validation
30 Dec 2022 by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.
8 Jan 2017 by Nuwan Karunarathna
This a foldable content control for UWP platform.
6 Mar 2014 by LucaDN
Add zoom capabilities, grid and rulers to the standard WinForms PictureBox control
23 Jan 2013 by Tarek Elqusi
I created a simple form with a button to add a label control at run time sequentially numbered; labels are movable and lines are drawn between labels.
30 Jul 2014 by Matthew Givens
Two ways to add functionality to .NET controls
29 Mar 2012 by Jani Giannoudis
Adapt properties like visibility or enabling between ASP.NET Controls.
25 Nov 2011 by S V Saichandra
Asp.Net Custom Validator Control to validate file size both client side validation and server side validation
19 Apr 2012 by Deepak_Sharma_
This article will show how to create an auto-suggest TextBox that will suggest data from a SQL Server database column.
22 Nov 2011 by BillWoodruff
Suggestions for adding controls in code
25 Mar 2015 by TarikHuber
Use STT (SQL Table Toolkit) to bind WinForm Controls to a DataGridview and to define ComboBox data sources
9 Oct 2013 by _Noctis_
Quick tip for forms/windows/views where save/insert/cancel buttons are used
3 Oct 2011 by Manfred Rudolf Bihy
Using SendMessage and the PARAFORMAT structure, one can easily change the line spacing in a RichTextBox control
5 May 2012 by Chamila Nishantha
Adding report pages to create one report
27 Nov 2017 by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
7 Feb 2011 by Fredrik Bornander
This tip corrects my horrible attempt of a Spider Control
26 Jun 2014 by Murali Gowda
WinJS custom control to plot/draw a simple donut like chart
2 Sep 2014 by Mike Hankey
A simple solution to rolling up a Custom ComboBox list on mouse leave.
19 Mar 2013 by Fayaz7Wonders
Custom control to check v-id or email ID in a domain.
7 May 2012 by coolnavjot31
Custom paging with only 10 pages shown in pager.
26 Mar 2012 by Umesh Khandelwal
Database project diff SQL script utility (using VSDBCMD).
13 Jun 2012 by Sanjay Kunjam
DateBox UserControl with jQuery.
21 Nov 2013 by JRCoderMan
Detects a double-click via an initial and subsequent OnMouseDown event
15 Aug 2011 by Paul_Williams
The difference between ListBox and CheckedListBox DataBinding.
13 Jun 2011 by Lisetsky Val
Disable ClientID for any control on ASP.NET Page
9 Jan 2016 by Ankush Bansal
Trick to draw a border of any color and width around any winform control
16 Jan 2012 by skantg
Dynamically create multiple web user controls and use them on a page
4 May 2012 by Jayson Ragasa
File and Folder Listview is a simple component that I made as an alternative to OpenFileDialog or CommonOpenFileDialog that does not support selecting both File or Folder.
12 Jun 2012 by coolnavjot31
In this Artcile i will show you how can we change the value of one column on change of other column in gridview.
6 May 2012 by Shahin Khorshidnia
Tag is a useful property, but when you need more than a Tag, what will you plan for it?
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
7 Oct 2011 by Stefan Huy
How to iterate recursively through all menu items in a menuStrip Control
10 Jan 2011 by Lionberg
Inherited web control and new properties
22 Mar 2012 by Jani Giannoudis
A simple ASP.NET control to invoke JavaScript code dynamic from the server side.
3 May 2012 by Qadeer Ahmed Khan
This tip explains how you can iterate through all ToolStripMenuItems of a menu strip.
26 Apr 2012 by coffee_machine
A component to add localized strings to a Form's res'x.
13 Jan 2014 by seyyed hamed monem
Move and resize controls on a form at runtime (with mouse)
15 Jun 2012 by Qadeer Ahmed Khan
How to move selection from left to right instead of top to bottom which is the default functionality of DataGridView.
14 Jun 2014 by Graham Wilson
A method of ensuring that SplitterContainer controls with fixed panels are properly resized when AutoScaleMode is ScaleMode.DPI
29 May 2012 by db7uk
Region adapters in VB.NET
28 Feb 2011 by jmix90
Creating a full-screen window in WPF is quite simple, set WindowState to Maximized and WindowStyle to None. However, a border is still visible on the bottom and on the right sides. In this post we'll discover how to remove it.
28 Feb 2011 by Anton Lesnichenko
Add AllowsTransparency="True" and there will not be a border.
8 Oct 2019 by Bilal N Gharib
This article is about automatic resizing of a frame and its controls with the same ratio in Java.
3 Jan 2015 by Emiliano Musso
How to save DataGrid column's properties for further re-use
24 Mar 2012 by Jani Giannoudis
A simple ASP.NET container control to represent content which requires JavaScript.
5 Jan 2016 by trantrum
Visual Studio Winforms 100% Full Screen Method
17 Oct 2013 by Javier Tirado Pampín
This article talks about how to solve the filter problem in Telerik MVC Extensions control suite
16 Dec 2013 by Rui Jorge Carvalho
Sudoku game solver with a "SudokuControl"
23 Sep 2015 by nazim_altinay
26 May 2012 by pramodchand
Using collection of UserControls in WinForm since WinForm does not have a control like DataList server control of WebForm.
31 Aug 2010 by Prosanta Kundu online
I always prefer this approach belowASPX pageIn aspx.cs page Page_LoadPage.ClientScript.RegisterClientScriptBlock(Page.GetType(), "pageVars", string.Format("var TextBox1 = '{0}';", TextBox1.ClientID),true);When required...