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

User Controls

user-controls

Great Reads

by ortund
Login system with breach redundancy handling.
by Gagey1971
A simple .NET control to display the 'standard' 13x13 grid for two card poker hands.
by isaks
Shows how to create a nice looking photo frame control in WPF and animate it using the Ken Burns effect
by Ed Guzman
The Chart control gives you freedom to develop graphic reports.

Latest Articles

by ortund
Login system with breach redundancy handling.
by Gagey1971
A simple .NET control to display the 'standard' 13x13 grid for two card poker hands.
by isaks
Shows how to create a nice looking photo frame control in WPF and animate it using the Ken Burns effect
by Ed Guzman
The Chart control gives you freedom to develop graphic reports.

All Articles

Sort by Score

user-controls 

by Sen Jacob
A simple task scheduler utility by which you can schedule a task to run at any time or interval
by Sen Jacob
This is an alternative for "A Task Scheduler Library for .NET Applications"
by RelicV
Alternative for AutoComplete control without Ajax and Webservices
by Marco Bertschi
A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way
by Kashif_Imran
A simple Caret for WPF User Controls
by suhas.shiv
Custom CheckBoxList in ASP.NET MVC3
by Nadun Liyanage
This tip describes creating a user control to display a drop down calculator that pops out like the DateTimePicker in Visual Studio
by Anshu Krishna
Creating parent/child relations between checkboxes
by Aliaa Ezzat
Custom paging control for repeaters
by sri senthil kumar
Custom Treeview control useful when multilevel hierarchical data need to be displayed and setting default can go at any level and providing access to each level then this can be the right choice.
by BillWoodruff
An interesting change in behavior in VS 2010 Pro ?
by jarvisa
public void ControlStatus(Control control, bool isDisable){ foreach (Control c in control.Controls) if (c.HasControls()) ControlStatus(c, isDisable); else { WebControl wc = c as WebControl; if (wc != null) ...
by PSU Steve
You can just use "not IsDisable" versus the IF...ELSE block. Additionally, the recursive call to ControlStatus should be done all the time so that the parent control is enabled/disabled along with the children. // to enable\disable the control & its child controls public...
by a_pess
Alternative For VB.NET Windows Forms Private Sub ControlEnabled(ByVal ctrl As Control, ByVal isDisable As Boolean) Me.ControlEnabled(ctrl, isDisable, True) End Sub Private Sub ControlEnabled(ByVal ctrl As Control, ByVal isDisable As Boolean, ByVal allowRecurse As...
by Sudip Saha
Load usercontrol dynamically and fire usercontrol's button event on content page.
by Komail Haider
.Net control/wrapper for the Google NEW ReCaptcha API 2.0
by atlaste
How to fix hiding controls in the Visual Studio user control designer
by Peer Adi
This is a liquid container control for displaying liquid level in container or tank.
by Vincent Maverick Durano
A quick demo on how to pass values from a modal-grid WebUserControl to main page based on the selected row in GridView.
by Benjamin Lifshitz
With this code, you can print images quickly and efficiently, using the largest part of the A4 page for your image.
by AfnanMof
This WebPart is developed to display all site collections and subsites based on logged in authentication
by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
by mohammad amiri
A textbox usercontrol that displays numbers separated by comma such as currency.
by Riaan Booyzen
This Tip/Trick explains how to develop user-controls for Sharepoint a little faster
by adriancs
An Office 2010 Style Color Picker for .NET WinForm.