QuickForms 1.0.2-alpha
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
This is a prerelease version of QuickForms.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package QuickForms --version 1.0.2-alpha
NuGet\Install-Package QuickForms -Version 1.0.2-alpha
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="QuickForms" Version="1.0.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuickForms --version 1.0.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QuickForms, 1.0.2-alpha"
#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 QuickForms as a Cake Addin #addin nuget:?package=QuickForms&version=1.0.2-alpha&prerelease // Install QuickForms as a Cake Tool #tool nuget:?package=QuickForms&version=1.0.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
QuickForms is a C# library to quickly prototipe user interfaces via code using WinForm or WPF. QuickForms can be used to create a new window in your application, or to add a new panel to an existing window. Here's an example that shows how to create a quick form with a 'Hello World' button:
QuickForm qf = new QuickForm();
qf.Show();
qf.AddButton("Hello World", () =>
{
MessageBox.Show("Hello World!");
});
Other than buttons, you can use QuickForms to create track bars, check boxes, combo boxes, and color pickers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
.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
- System.Resources.Extensions (>= 7.0.0)
-
net6.0-windows7.0
- System.Resources.Extensions (>= 7.0.0)
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.5-alpha | 141 | 4/26/2023 | |
1.0.4-alpha | 96 | 4/3/2023 | |
1.0.3-alpha | 109 | 4/3/2023 | |
1.0.2-alpha | 104 | 3/28/2023 | |
1.0.1-alpha | 99 | 3/28/2023 | |
1.0.0-alpha | 98 | 3/28/2023 |