peSHIr.Forms
1.0.5
Prefix Reserved
dotnet add package peSHIr.Forms --version 1.0.5
NuGet\Install-Package peSHIr.Forms -Version 1.0.5
<PackageReference Include="peSHIr.Forms" Version="1.0.5" />
<PackageVersion Include="peSHIr.Forms" Version="1.0.5" />
<PackageReference Include="peSHIr.Forms" />
paket add peSHIr.Forms --version 1.0.5
#r "nuget: peSHIr.Forms, 1.0.5"
#:package peSHIr.Forms@1.0.5
#addin nuget:?package=peSHIr.Forms&version=1.0.5
#tool nuget:?package=peSHIr.Forms&version=1.0.5
About
What's this?
This library contains some utility functions I have been developing over the last decade or so (some even longer) and that I use in almost anything I write/maintain using Windows Forms these days.
What's so special about that?
There might not be anything really special about this, but maybe you think some of this is useful in your daily .NET developing life? These include things like that build on peSHIr.Core:
- Form and UserControl derived base classes that implements
peSHIr.Progress.IShowProgressand potentially automatically update their content at certain times automatically with a single override. - Some basic message box related utility methods that know about
peSHIr.Text.LanguageSupport. - A
MessageBoxWarningsclass that implementspeSHIr.Progress.IShowProgress, just collects warnings, and can show these warnings in an error message box with one call afterwards if there were any. FormToolsextension methods for various things, like an InvokeRequired pattern, a simple splash screen, added text drag/drop support to TextBox controls, making text containing controls automatically select their content on Focus, disabling Button controls while code is running, etc.ResourceToolsextension methods to get icons/images from (system DLL) resources, from registry registered open file handlers, and some predefined ones from system resources like this (like the default browser application), etc.UnthemedCalendar, a sub class of theMonthCalendarcontrol that turns off default Windows Themes so you can changes colors and font sizes on it.
Who created this?
My name is Jarno Peschier. I started programming on a Commodore 64 in high school, got a masters degree in Computer Science at Utrecht University near the end of the 20th century, specializing in GIS algorithms, and I have been developing software all my professional life.
In 2025 I started publishing some NuGet packages while working as a software engineer at Dutch engineering firm Iv, where I personally handled all software development around our scan vehicle (YouTube) using multiple third party software packages, C#, and PowerShell.
You might also know me by my online name of peSHIr, which is basically the way you write my last name phonetically in Klingon.
Download
This library is available as a NuGet package on https://nuget.org. To install it, use the following command-line:
dotnet add package peSHIr.Forms
License and Versioning
This library is licensed under the MIT License - please see the LICENSE file for details - and makes use of Semantic Versioning to try and give meaning to the version numbers, at least for the non-prereleased stuff.
Credits
This library wouldn't have been possible without the following:
- xUnit - Community-focused unit testing tool for .NET by Brad Wilson
- FluentAssertions - Support library for using fluent unit test assertions by Dennis Doomen
- Polysharp - Generated, source-only polyfills for C# language features by Sergio Pedri
- peSHIr.Core - Hey, that sounds familiar...? It's by this guy 😉
Show your appreciation for my work
If you like what you see/use you could try one of these links to let me know:
You may also like
- My Link Tree
- My NuGet packages
- Windows Icon locations - Some DLLs to use
ResourceTools.LoadSystemIcon()on - My English blog (long dead at the moment..)
- My Dutch blog (long dead at the moment..)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- peSHIr.Core (>= 1.0.6)
-
net8.0-windows7.0
- peSHIr.Core (>= 1.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated all peSHIr.* dependencies to latest versions, except for upgrade from xunit to xunit.v3 in unit test projects.