Click here to Skip to main content
15,886,199 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 Member 4206974
FormGen, a JavaScript Form Generator

Latest Articles

by Member 4206974
FormGen, a JavaScript Form Generator
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

All Articles

Sort by Score

Controls 

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.
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...
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.
15 Aug 2011 by Paul_Williams
The difference between ListBox and CheckedListBox DataBinding.
25 Mar 2015 by TarikHuber
Use STT (SQL Table Toolkit) to bind WinForm Controls to a DataGridview and to define ComboBox data sources
26 Apr 2012 by coffee_machine
A component to add localized strings to a Form's res'x.
17 Oct 2013 by Javier Tirado Pampín
This article talks about how to solve the filter problem in Telerik MVC Extensions control suite
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...
7 Feb 2011 by Fredrik Bornander
This tip corrects my horrible attempt of a Spider Control
28 Feb 2011 by Anton Lesnichenko
Add AllowsTransparency="True" and there will not be a border.
24 Mar 2012 by Jani Giannoudis
A simple ASP.NET container control to represent content which requires JavaScript.
22 Mar 2012 by Jani Giannoudis
A simple ASP.NET control to invoke JavaScript code dynamic from the server side.
26 Mar 2012 by Umesh Khandelwal
Database project diff SQL script utility (using VSDBCMD).
7 May 2012 by coolnavjot31
Custom paging with only 10 pages shown in pager.
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.
9 Oct 2013 by _Noctis_
Quick tip for forms/windows/views where save/insert/cancel buttons are used
26 Jun 2014 by Murali Gowda
WinJS custom control to plot/draw a simple donut like chart
24 Jan 2016 by Daniel Brousser
Custom TextBox control for UI input validation
8 Jan 2017 by Nuwan Karunarathna
This a foldable content control for UWP platform.
16 Jan 2012 by skantg
Dynamically create multiple web user controls and use them on a page
26 May 2012 by pramodchand
Using collection of UserControls in WinForm since WinForm does not have a control like DataList server control of WebForm.
29 May 2012 by db7uk
Region adapters in VB.NET
13 Jun 2012 by Sanjay Kunjam
DateBox UserControl with jQuery.
19 Mar 2013 by Fayaz7Wonders
Custom control to check v-id or email ID in a domain.
2 Sep 2014 by Mike Hankey
A simple solution to rolling up a Custom ComboBox list on mouse leave.
3 Jan 2015 by Emiliano Musso
How to save DataGrid column's properties for further re-use
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.
13 Jan 2014 by seyyed hamed monem
Move and resize controls on a form at runtime (with mouse)
30 Dec 2022 by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.
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?
6 Mar 2014 by LucaDN
Add zoom capabilities, grid and rulers to the standard WinForms PictureBox control
16 Dec 2013 by Rui Jorge Carvalho
Sudoku game solver with a "SudokuControl"
5 Jan 2016 by trantrum
Visual Studio Winforms 100% Full Screen Method
30 Jul 2014 by Matthew Givens
Two ways to add functionality to .NET controls
3 Oct 2011 by Manfred Rudolf Bihy
Using SendMessage and the PARAFORMAT structure, one can easily change the line spacing in a RichTextBox control
29 Mar 2012 by Jani Giannoudis
Adapt properties like visibility or enabling between ASP.NET Controls.
23 Sep 2015 by nazim_altinay
3 May 2012 by Qadeer Ahmed Khan
This tip explains how you can iterate through all ToolStripMenuItems of a menu strip.
14 Jun 2014 by Graham Wilson
A method of ensuring that SplitterContainer controls with fixed panels are properly resized when AutoScaleMode is ScaleMode.DPI
21 Nov 2013 by JRCoderMan
Detects a double-click via an initial and subsequent OnMouseDown event
10 Jan 2011 by Lionberg
Inherited web control and new properties
7 Oct 2011 by Stefan Huy
How to iterate recursively through all menu items in a menuStrip Control
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.
13 Jun 2011 by Lisetsky Val
Disable ClientID for any control on ASP.NET Page
22 Nov 2011 by BillWoodruff
Suggestions for adding controls in code
27 Nov 2017 by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
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.
9 Jan 2016 by Ankush Bansal
Trick to draw a border of any color and width around any winform control
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.
25 Nov 2011 by S V Saichandra
Asp.Net Custom Validator Control to validate file size both client side validation and server side validation
5 May 2012 by Chamila Nishantha
Adding report pages to create one report
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime