Funtom.winforms
0.0.3-gamma
This is a prerelease version of Funtom.winforms.
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 Funtom.winforms --version 0.0.3-gamma
NuGet\Install-Package Funtom.winforms -Version 0.0.3-gamma
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.3-gamma" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Funtom.winforms --version 0.0.3-gamma
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Funtom.winforms, 0.0.3-gamma"
#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.3-gamma&prerelease // Install Funtom.winforms as a Cake Tool #tool nuget:?package=Funtom.winforms&version=0.0.3-gamma&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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- FSharp.Core (>= 8.0.101)
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 | 52 | 2/19/2024 |
0.0.1-preview | 66 | 2/19/2024 |