ETA 1.0.28

dotnet add package ETA --version 1.0.28
NuGet\Install-Package ETA -Version 1.0.28
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ETA" Version="1.0.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ETA --version 1.0.28
#r "nuget: ETA, 1.0.28"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ETA as a Cake Addin
#addin nuget:?package=ETA&version=1.0.28

// Install ETA as a Cake Tool
#tool nuget:?package=ETA&version=1.0.28

A personal collection of methods and controls for C# .Net Framework 4.7.2 WinForms that I think should have been added by default.

Latest Changes:

1.0.28

  • Added Custom TextBox control which is essentially a rich textbox with a couple extra features such as a toggleable full border/underline border option

1.0.27

  • Added LICENSE.txt and README.md to nuspec package

1.0.25/1.0.26

  • Added a drop down menu creator to ETA.Properties which can be imported to a control class and used to add a custom property to the properties window with a drop box loaded with your own menu options This class comes equipped with installation instructions at the top of the class that may require some entry-level knowledge of class structures, libraries and using imports to easily comprehend. I did try my best to make the instructions really easy to follow though, provided you understand the basics of C# and VS.
  • Added a custom button class to ETA.Controls that allows the user to easily create a button with a unique look and mouse hover effects including a transparent button
  • Loaded the ETA.Controls custom button class with some DefaultStyles to give some starting points when creating a custom button and to give ideas of how the new properties work
  • Added a bunch of extra customization colors to the button color for each state of the button with reference to the mouse e.g., MouseAway, MouseHover, MouseDown
  • Added revert function which automatically restores the most recent "Custom" buttons settings incase the user accidentally swapped to a preset style and wants their custom style back
  • Fixed a bug with drop down menu displaying index 0 on rebuild, it now displays your last selection at all times

1.0.24

  • Added a custom checkbox to ETA.Controls that allows you to change the checkbox images based on the controls current check state
  • Added another custom checkbox with the RS theme
  • Added a ImageSize property allowing you to change the checkbox image to a specified size
  • Added a ImageStretch property which stretches the checkbox image when the control size is changed
  • Fixed a bug causing the checkbox image to stretch off the screen when made too small

E.T.A.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.28 154 1/9/2024
1.0.27 100 1/4/2024
1.0.24 107 12/25/2023
1.0.23 92 12/20/2023
1.0.19 116 12/15/2023
1.0.14 82 12/15/2023
1.0.12 102 12/15/2023
1.0.2 82 12/12/2023