InformationBox 1.3.0.149

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

// Install InformationBox as a Cake Tool
#tool nuget:?package=InformationBox&version=1.3.0.149

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). Here is a list of supported languages.
  • 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, details here.
  • 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.

Screenshots | Samples | Contributors | Contribute | InformationBox in action

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.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.
  • net7.0-windows7.0

    • No dependencies.
  • net8.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.149 106 3/2/2024
1.3.0.140 667 7/2/2023
1.3.0.135 746 11/11/2022
1.3.0.123 331 11/7/2022
1.3.0.120 475 9/4/2022
1.3.0.116 402 9/2/2022
1.3.0.110 406 8/30/2022
1.2.0.95 924 8/29/2022
1.2.0.93 394 8/29/2022
1.2.0.91 6,641 11/5/2020
1.1.0.78 498 10/26/2020
1.1.0.75 455 10/25/2020
1.1.0.74 461 10/25/2020
1.0.0.57 473 10/19/2020
1.0.0.53 498 10/17/2020
1.0.0.29 1,261 5/7/2019
0.9.0.22 984 2/1/2019
0.9.0 2,862 2/23/2013

- Added support for .NET 8.0 (Windows)