InformationBox 1.3.0.162

dotnet add package InformationBox --version 1.3.0.162
                    
NuGet\Install-Package InformationBox -Version 1.3.0.162
                    
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="InformationBox" Version="1.3.0.162" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InformationBox" Version="1.3.0.162" />
                    
Directory.Packages.props
<PackageReference Include="InformationBox" />
                    
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 InformationBox --version 1.3.0.162
                    
#r "nuget: InformationBox, 1.3.0.162"
                    
#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=InformationBox&version=1.3.0.162
                    
Install InformationBox as a Cake Addin
#tool nuget:?package=InformationBox&version=1.3.0.162
                    
Install InformationBox as a Cake Tool

NuGet packages

.NET 2.0/3.5: https://nuget.org/packages/InformationBoxLegacy/

.NET 4.8/.NET 6.0/.NET 7.0/.NET 8.0: https://nuget.org/packages/InformationBox/

Build

Status for .NET 4.8+ branch: Build status

Project Description

InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace.

It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features !

InformationBox is the simplest and easiest way to create personalized MessageBox.

Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated !

Find out more about the inner working of InformationBox in the documentation.

Highlights

The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs. A version exists for both the framework 1.1 and 2.0+ and 4.0+. The .NET 4.0 version supports optional parameters allowing clearer use of the different parameters.

Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0. It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.

Availability

The project is available on NuGet, deployable using the installers, or compilable from source.

Features

  • Multilanguage support (contributors needed).
  • New visual style using glass components (.NET 2.0+ only).
  • Scrollable when the text is too large.
  • Message is selectable for easy copy (Ctrl-C).
  • Possibility to modify the colors (back colors).
  • Auto closing after n seconds.
  • Pretty icons included as replacements for the old MessageBox icons.
  • Many new icons added to the default ones.
  • External icons support, and automatic selection of the corresponding icon size.
  • Possibility to add an icon in the title bar (it may be different from the main one in the box).
  • Built-in support for "do not show again" checkbox.
  • Custom buttons text.
  • Custom buttons placement (right/left aligned, centered, etc).
  • Custom placement (center on parent/screen).
  • Possibility to reformat text to minimize width or height of the InformationBox.
  • Support for MessageBox enums.
  • Support for .NET 1.1 (discontinued legacy package)
  • Support for .NET 4.8
  • Support for .NET 6.0 (windows)
  • Support for .NET 7.0 (windows)
  • Support for .NET 8.0 (windows)
  • Help file support.
  • Possibility to show modeless boxes.
  • Possibility to define scopes.
  • Opacity (10 to 100%)
  • Developer friendly (provide-only-what-you-want-to-customize constructor).
  • Visual Designer. Customize your InformationBox and the designer generates the code!
  • Available for FREE even for commercial use.
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.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.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on InformationBox:

Package Downloads
CompuMaster.Dms.BrowserUI

Implementation of browser dialogs for System.Windows.Form

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0.162 211 1/12/2025
1.3.0.159 445 12/7/2024
1.3.0.152 1,046 3/29/2024
1.3.0.149 197 3/2/2024
1.3.0.140 1,029 7/2/2023
1.3.0.135 807 11/11/2022
1.3.0.123 359 11/7/2022
1.3.0.120 513 9/4/2022
1.3.0.116 433 9/2/2022
1.3.0.110 456 8/30/2022
1.2.0.95 2,013 8/29/2022
1.2.0.93 443 8/29/2022
1.2.0.91 9,108 11/5/2020
1.1.0.78 553 10/26/2020
1.1.0.75 491 10/25/2020
1.1.0.74 518 10/25/2020
1.0.0.57 549 10/19/2020
1.0.0.53 544 10/17/2020
1.0.0.29 1,334 5/7/2019
0.9.0.22 1,063 2/1/2019
0.9.0 3,449 2/23/2013

- Removed support for .NET 7.0 (Windows)
           - Added support for .NET 9.0 (Windows)