Friday, June 17, 2022

user controls research

user control

may review it later with the same keyword to review.

  1. A Simple User Control
  2. A simple User Control for selecting a shape and entering dimensions.

  3. Anatomy of Hover-Click Controls
  4. This article presents a template for the implementation of user drawn Hover-Click controls.

  5. Targeting Design-Time Events of User Controls
  6. The article will go over various design-time features including smart tags, menu items, adornments.

  7. Construction and Design-Time Support of the RadioGroup User Control
  8. 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.

  9. Approaches for User Control Event Handling
  10. In this article, we will discuss the different ways of handling events in user controls.

  11. Dartboard User Control in C#
  12. Shows a dartboard on which you can click and which returns the score thrown

  13. Adding designable borders to user controls
  14. A tutorial on adding design-time enabled borders to user controls. Covers topics including atributes, interop, and custom overrides

  15. Ruler Control
  16. Ruler control in C#

  17. Calling parent form functions from a user control
  18. 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.

  19. Fast Excel file reader with basic functionality
  20. A set of managed classes for native reading of data from MS Excel files

  21. TabStrip Control
  22. A flexible TabStrip control with basic design-time support.

  23. User control for selecting enum types.
  24. A user control to automatically display an enum, or bit-sets.

  25. Customizing User Controls with Smart Tag Feature
  26. This article explains how to add Smart Tag feature to a user control.

  27. How to Create an Event for a User Control
  28. Article on how to create a user defined event for a user control

  29. Extending user control and IDE/VS.NET Toolbox
  30. Extending user control and IDE Toolbox

  31. Magic TabControl - VS.NET Style
  32. An article on tab controls

  33. A Docking Control that can be Dragged and Resized by the User
  34. This control allows the user to resize and drag your docking control to different form edges.

  35. Magic Docking - VS.NET Style
  36. Docking Windows mimicking VS.NET feature

  37. A Docking Control that can be Dragged and Resized by the User
  38. This control allows the user to resize and drag your docking control to different form edges.

  39. Graph3D: A Windows.Forms Render Control in C#
  40. An easy to use 3D control which can be integrated into an application in a few minutes

  41. Creating Custom User Controls : Basic – II
  42. Creating Custom User Controls : Basic – II

  43. Creating Custom User Controls : Basic – I
  44. Creating Custom User Controls : Basic – I

  45. Creating Custom User Controls : Basic – III
  46. Creating Custom User Controls : Basic – III

  47. Write Your Own Bar Chart Winforms User Control
  48. An article on how to create a Bar Chart Winforms User control

  49. Detecting the IDE from a User Control
  50. This article describes a method to detect the IDE and/or the debugger in the code-behind of a User Control.

  51. Resolve DesignMode for a User Control
  52. The tip shows one way to resolve if a user control is in design mode.

  53. Advanced Shape Control
  54. Advanced Shape Control

  55. Extended .NET Controls
  56. A .NET library containing highly customizable controls.

  57. A 13x13 Grid Poker Hand Chart Windows Forms User Control
  58. A simple .NET control to display the 'standard' 13x13 grid for two card poker hands.

  59. FireFox-like Tab Control
  60. An article on Tab Control

  61. Free .NET Spreadsheet Control
  62. .NET Spreadsheet Control written in C#. Supports Cells Merge, Border Style, Pattern Background Color, Data Format, Freeze, Formula, Macro and Script execution.

  63. Resolve DesignMode for a User Control
  64. This is an alternative for "Resolve DesignMode for a user control"

No comments:

Post a Comment