Funtom.winforms.lit 0.0.1

dotnet add package Funtom.winforms.lit --version 0.0.1
NuGet\Install-Package Funtom.winforms.lit -Version 0.0.1
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.lit" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Funtom.winforms.lit --version 0.0.1
#r "nuget: Funtom.winforms.lit, 0.0.1"
#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.lit as a Cake Addin
#addin nuget:?package=Funtom.winforms.lit&version=0.0.1

// Install Funtom.winforms.lit as a Cake Tool
#tool nuget:?package=Funtom.winforms.lit&version=0.0.1

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.lit, 0.0.1"

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 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.1 100 3/9/2024