Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / controls

Controls

controls

Great Reads

by Daniel Brousser
Custom TextBox control for UI input validation
by Dean Feng
Use common panel and GDI+ to achieve a magnifier effect of image in winform.
by Colin Eberhardt
How to re-template the Silverlight ProgressBar control to render a circular progress indicator
by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.

Latest Articles

by Daniel Brousser
Custom TextBox control for UI input validation
by Dean Feng
Use common panel and GDI+ to achieve a magnifier effect of image in winform.
by Colin Eberhardt
How to re-template the Silverlight ProgressBar control to render a circular progress indicator
by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.

All Articles

Sort by Score

controls 

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