Funtom.winforms
0.0.4-alpha
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.8.1
This package targets .NET Framework 4.8.1. The package is compatible with this framework or higher.
This is a prerelease version of Funtom.winforms.
dotnet add package Funtom.winforms --version 0.0.4-alpha
NuGet\Install-Package Funtom.winforms -Version 0.0.4-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="Funtom.winforms" Version="0.0.4-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Funtom.winforms --version 0.0.4-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Funtom.winforms, 0.0.4-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 Funtom.winforms as a Cake Addin #addin nuget:?package=Funtom.winforms&version=0.0.4-alpha&prerelease // Install Funtom.winforms as a Cake Tool #tool nuget:?package=Funtom.winforms&version=0.0.4-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Funtom.winforms
Overview
This library makes WinForms development in F# convenient. It is primarily intended to be invoked with F# script (.fsx), and the purpose is to provide a more lightweight way to start GUI programming.
Usage
This library is used as shown in the following codes:
#I @"C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.2"
#r "System.Windows.Forms"
#r "nuget: Funtom.winforms, 0.0.3-gamma"
open Funtom.winforms
form [
style [ size { width= 640<px>; height= 480<px> }; text "Hello F# GUI App!!" ]
]
|> show_dialog
|> ignore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
.NET Framework | net481 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8.1
- FSharp.Core (>= 8.0.200)
- System.Drawing.Common (>= 8.0.2)
-
net8.0-windows7.0
- FSharp.Core (>= 8.0.200)
- System.Drawing.Common (>= 8.0.2)
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 |
---|---|---|
0.0.4-alpha | 67 | 3/9/2024 |
0.0.3-gamma | 58 | 3/9/2024 |
0.0.3-beta | 57 | 3/9/2024 |
0.0.3-alpha | 55 | 3/9/2024 |
0.0.2-alpha | 53 | 2/19/2024 |
0.0.1-preview | 67 | 2/19/2024 |