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.
<PackageVersion Include="Funtom.winforms" Version="0.0.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Funtom.winforms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Funtom.winforms&version=0.0.4-alpha&prerelease
                    
Install Funtom.winforms as a Cake Addin
#tool nuget:?package=Funtom.winforms&version=0.0.4-alpha&prerelease
                    
Install Funtom.winforms as a Cake Tool

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.  net9.0-windows was computed. 
.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 79 3/9/2024
0.0.3-gamma 67 3/9/2024
0.0.3-beta 66 3/9/2024
0.0.3-alpha 64 3/9/2024
0.0.2-alpha 66 2/19/2024
0.0.1-preview 80 2/19/2024