HTAlt.WinForms 0.1.7.1

Additional Details

HTAlt project is no longer maintained, you are free to copy and paste the stuff you need from the repository.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package HTAlt.WinForms --version 0.1.7.1
NuGet\Install-Package HTAlt.WinForms -Version 0.1.7.1
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="HTAlt.WinForms" Version="0.1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HTAlt.WinForms --version 0.1.7.1
#r "nuget: HTAlt.WinForms, 0.1.7.1"
#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 HTAlt.WinForms as a Cake Addin
#addin nuget:?package=HTAlt.WinForms&version=0.1.7.1

// Install HTAlt.WinForms as a Cake Tool
#tool nuget:?package=HTAlt.WinForms&version=0.1.7.1

HTAlt

A library & tools used in Haltroy apps like Yorot and Backupster.

  • Nuget Nuget
  • Wiki API
  • Website Source

Versions

  • Latest Stable Version: b1.7.1

  • In Development Version: b1.8

  • Next Development Version: b1.8.1

  • HTUPDATE Manager Latest Version: 1.0.0.0

  • HTUPDATE Manager Development Version: 1.0.0.1

Requirements

HTAlt.Standart

HTAlt.Standart only requires .NET Standard 2.0 or newer supported project. HTAlt.Standart can be installed on these frameworks:

  • .NET 5.0 or newer
  • .NET Framework 4.6.1 or newer
  • .NET Core 2.0 or newer
  • Mono 5.4 or newer
  • Xamarin.iOS 10.14 or newer
  • Xamarin.Mac 3.8 or newer
  • Xamarin.Android 8.0 or newer
  • Universal Windows Platform 10.0.16299 or newer
  • Unity 2018,1 or newer

HTAlt.WinForms

HTAlt.WinForms can be installed on Windows Forms projects only. HTAlt.WinForms can be installed on these frameworks:

  • .NET 5.0 or newer
  • .NET Framework 4.6.1 or newer
  • .NET Core 3.1 or newer

HTUPDATE Manager

HTU-Man can be installed by package managers or can be used in a folder without installing it.

  • .NET Core 3.1 supported machine (see this document)
    • NOTE: The Official Document for .NET Core 3.1 might not include every operating system (such as Arch Linux), in order to learn if you operating system supports it or not, search on the internet (for example, I learned that Arch Linux supports .NET Core 3.1 by just typing dotnet arch into Google.)
  • .NET Core 3.1 or newer installed on machine (required only for framework-dependent packages)

Features

  • Tab (Control)
  • Slider (Control)
  • Button (Control)
  • ListView (Control)
  • Switch (Control)
  • MessageBox (Dialog)
  • InputBox (Form)
  • ProgressBar (Control)
  • Tools (Class)
  • Math functions (Tools class & code extensions)
  • Xml Prettifier (Tools class & code extensions)
  • Code Extensions

Usage

HTAlt Packages

You can install them with NuGet (duh) (or Nuget Package Manager in Visual Studio) to your project. The commands to install those packages can be found easily on their own NuGet listings.

You can use the packages in their supported projects in both C# and VB.NET by simply adding using HTAlt;/Imports HTAlt (C#/VB.NET) on top of the source files (.cs for C# projects, .vb for VB.NET projects).

To create a .HTUPDATE file, you can see examples here.

To Install or use HTU-Man, you can view this documentation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on HTAlt.WinForms:

Repository Stars
n00mkrad/cupscale
Image Upscaling GUI based on ESRGAN
n00mkrad/text2image-gui
Somewhat modular text2image GUI, initially just for Stable Diffusion
n00mkrad/nmkoder
Media encoding, muxing, analysis toolkit for Windows
Version Downloads Last updated

Please go to https://github.com/Haltroy/HTAlt/releases to see the changes.