ERMM 2.30.0

dotnet add package ERMM --version 2.30.0
                    
NuGet\Install-Package ERMM -Version 2.30.0
                    
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="ERMM" Version="2.30.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ERMM" Version="2.30.0" />
                    
Directory.Packages.props
<PackageReference Include="ERMM" />
                    
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 ERMM --version 2.30.0
                    
#r "nuget: ERMM, 2.30.0"
                    
#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.
#:package ERMM@2.30.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ERMM&version=2.30.0
                    
Install as a Cake Addin
#tool nuget:?package=ERMM&version=2.30.0
                    
Install as a Cake Tool

ERMM - Excellent Auxiliary Form Operations Manager

A powerful VB.NET library for managing dialogs and forms using Telerik WinForms components with incredible color & UI support.

Features

  • 🎨 38+ Telerik Themes - Support for all major Telerik themes
  • 💬 Multiple Dialog Types - Message boxes, question dialogs, input forms, and image pickers
  • 🎯 Customizable UI - Colors, icons, themes, and layouts
  • 🌈 Rich Color Support - 13 predefined color schemes
  • 📱 Multi-Platform - Supports .NET Framework 4.8, .NET 6, 7, and 8
  • 🔒 Password Input - Secure password field support

Package Manager

Install-Package ERMM

Quick Start(vbnet)

Show a message dialog

ERMM.Manager.Message("Success", "Operation completed successfully!", "OK", 1, 12)

Show a question dialog

Dim result As Integer = ERMM.Manager.Quesstion("Confirm", "Are you sure?", "Yes", "No", 1)

Get user input

Dim userInput As String = ERMM.Manager.RecieveText(False, "Input", "Enter your name:", "Submit", "Cancel", Color.Blue, False)

Pick an image

Dim selectedImage As Image = ERMM.Manager.PickImage(1, "Select Image", "Choose a profile picture", "Select", Color.Green, "FluentDark")

Available Themes

  • Aqua
  • Breeze
  • Fluent
  • Crystal
  • CrystalDark
  • Desert
  • FluentDark
  • Material
  • MaterialBlueGrey
  • MaterialPink
  • MaterialTeal
  • Office2007Black
  • Office2007Silver
  • Office2010Black
  • Office2010Blue
  • Office2010Silver
  • Office2013Dark
  • Office2013Light
  • Office2019Dark
  • Office2019Gray
  • Office2019Light
  • TelerikMetro
  • TelerikMetroBlue
  • TelerikMetroTouch
  • VisualStudio2012Dark
  • VisualStudio2012Light
  • VisualStudio2022Dark
  • VisualStudio2022Light
  • Windows11CompactDark
  • Windows11Dark
  • Windows11Compact
  • Windows11
  • Windows11HighContrast
  • Windows7
  • Windows8

Documentation

See how To Use.txt for detailed usage examples and API reference.

Requirements

  1. .NET Framework 4.8 or .NET 6.0+/7.0+/8.0+ (Windows)
  2. Telerik WinForms UI Controls

License

MIT License - see LICENSE file for details.

Support

GitHub: EbiRom96/ERMM

Email:

  • Orion.godraptor@hotmail.com

NuGet:

ERMM Package

Donation

If you find this library helpful, consider supporting the developer:

  1. Bitcoin (BTC): bc1qjnqf6wcmzj7syz0cdacaa7stvs856nmw8he3us
  2. Ethereum (ETH): 0x4408ec59a30c4415975f11f8d78436531e7d37d7
  3. Litecoin (LTC): ltc1qrjlmezhdkmgca7u9me7g9zszyxpu9kk6syhwxt
  4. USDT (TRC20): 0x4408ec59a30c4415975f11f8d78436531e7d37d7

NuGet

dotnet add package ERMM

GitHub

git clone https://github.com/EbiRom96/ERMM.git
cd ERMM
dotnet build
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.30.0 170 10/23/2025
2.20.0 165 10/23/2025
2.10.0 163 10/23/2025