Funtom.winforms 0.0.4-alpha

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
#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

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 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.

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 58 3/9/2024
0.0.3-gamma 51 3/9/2024
0.0.3-beta 49 3/9/2024
0.0.3-alpha 47 3/9/2024
0.0.2-alpha 47 2/19/2024
0.0.1-preview 60 2/19/2024