user control
may review it later with the same keyword to review.
- A Simple User Control
- Anatomy of Hover-Click Controls
- Targeting Design-Time Events of User Controls
- Construction and Design-Time Support of the RadioGroup User Control
- Approaches for User Control Event Handling
- Dartboard User Control in C#
- Adding designable borders to user controls
- Ruler Control
- Calling parent form functions from a user control
- Fast Excel file reader with basic functionality
- TabStrip Control
- User control for selecting enum types.
- Customizing User Controls with Smart Tag Feature
- How to Create an Event for a User Control
- Extending user control and IDE/VS.NET Toolbox
- Magic TabControl - VS.NET Style
- A Docking Control that can be Dragged and Resized by the User
- Magic Docking - VS.NET Style
- A Docking Control that can be Dragged and Resized by the User
- Graph3D: A Windows.Forms Render Control in C#
- Creating Custom User Controls : Basic – II
- Creating Custom User Controls : Basic – I
- Creating Custom User Controls : Basic – III
- Write Your Own Bar Chart Winforms User Control
- Detecting the IDE from a User Control
- Resolve DesignMode for a User Control
- Advanced Shape Control
- Extended .NET Controls
- A 13x13 Grid Poker Hand Chart Windows Forms User Control
- FireFox-like Tab Control
- Free .NET Spreadsheet Control
- Resolve DesignMode for a User Control
A simple User Control for selecting a shape and entering dimensions.
This article presents a template for the implementation of user drawn Hover-Click controls.
The article will go over various design-time features including smart tags, menu items, adornments.
How to create a .NET user control combining several radio buttons with a border and a caption and provide it with handy support of Visual Studio at design time.
Our experience of using of RadioGroup control demonstrated some problem: it was impossible to change forecolor of a control's caption. We fix this bug and supplemented the control with new properties and methods.
In this article, we will discuss the different ways of handling events in user controls.
Shows a dartboard on which you can click and which returns the score thrown
A tutorial on adding design-time enabled borders to user controls. Covers topics including atributes, interop, and custom overrides
Ruler control in C#
The Button inside the User Control raises the Button OnClick event on the form and typing inside the User Control TextBox replicates the text inside the Form’s TextBox.
A set of managed classes for native reading of data from MS Excel files
A flexible TabStrip control with basic design-time support.
A user control to automatically display an enum, or bit-sets.
This article explains how to add Smart Tag feature to a user control.
Article on how to create a user defined event for a user control
Extending user control and IDE Toolbox
An article on tab controls
This control allows the user to resize and drag your docking control to different form edges.
Docking Windows mimicking VS.NET feature
This control allows the user to resize and drag your docking control to different form edges.
An easy to use 3D control which can be integrated into an application in a few minutes
Creating Custom User Controls : Basic – II
Creating Custom User Controls : Basic – I
Creating Custom User Controls : Basic – III
An article on how to create a Bar Chart Winforms User control
This article describes a method to detect the IDE and/or the debugger in the code-behind of a User Control.
The tip shows one way to resolve if a user control is in design mode.
Advanced Shape Control
A .NET library containing highly customizable controls.
A simple .NET control to display the 'standard' 13x13 grid for two card poker hands.
An article on Tab Control
.NET Spreadsheet Control written in C#. Supports Cells Merge, Border Style, Pattern Background Color, Data Format, Freeze, Formula, Macro and Script execution.
This is an alternative for "Resolve DesignMode for a user control"
No comments:
Post a Comment